javascript - WebRTC peer connection for more than two client -


i developed video conferencing application 2 clients using webrtc.now required video conferencing more 2 clients.

i tried popular muaza khan library rtcmulticonnection https://rtcmulticonnection.herokuapp.com/demos/video-conferencing.html in that, not getting many many video connections.say, using 3 connections 3 different computers , 3 different webcams. #1 opens room, #2 joins, #3 join. #1 sees , can speak #2 , #3. #2 sees #1 not #3. #3 sees #1 not #2. so, #2 , #3 cannot see 1 , # 1 can see everyone.i required can see , communicate each other

i checked version v2 of rtcmulticonnection https://www.webrtc-experiment.com/rtcmulticonnection/videoconferencing.html#8268706028321296 working on same network didn't work on different network , version v3 explain above worked on different network didn't give me expected output

i checked https://webrtc.github.io/samples/src/content/peerconnection/multiple/ 3 peers. want more 3 peers.

can suggest resources or tutorial build video conferencing more 2 peer


Comments

Popular posts from this blog

resizing Telegram inline keyboard -

command line - How can a Python program background itself? -

php - "cURL error 28: Resolving timed out" on Wordpress on Azure App Service on Linux -