multiple webRTC connections

General Tech Bugs & Fixes 3 years ago

8.13K 2 0 0 0

User submissions are the sole responsibility of contributors, with TuteeHUB disclaiming liability for accuracy, copyrights, or consequences of use; content is for informational purposes only and not professional advice.

Answers (2)

Post Answer
profilepic.png
manpreet Tuteehub forum best answer Best Answer 3 years ago

Can we technically open multiple webRTC connections from a browser to a server? Or each instance of a browser can make only one single webRTC connections to a specific server?

I am thinking to use webworkers to create multiple thread from each of which establish a separate webRTC connection to a specific webRTC server. Thank you

1 views
0 shares

profilepic.png
manpreet 3 years ago

You can definitely setup multiple webrtc peer connections from your page. As far as your second question goes, no need to create separate webworkers for each webrtc connection, since webrtc stack is already separating audio/video encoding/decoding and other processing on multiple threads under the cover pretty efficiently.


1 views   0 shares

No matter what stage you're at in your education or career, TuteeHUB will help you reach the next level that you're aiming for. Simply,Choose a subject/topic and get started in self-paced practice sessions to improve your knowledge and scores.

Similar Forum