sourcey/symple-client

Scalable broadcast webRTC stream

Closed this issue · 1 comments

Hello,
I use webrtcstreamer.exe and symple server with node.js in folder webrtc\samples\webrtcstreamer\client
It work very fine but with one client at the same time !
How to connect multiple webRTC browsers stream at the same time ?

Perhaps to use RTCMultiConnection.js and TURN server !

image

muaz-khan/WebRTC-Experiment#2

Any idea ?

Thanks a lot
Colin

You will need to setup a full ICE stack for this, and also modify the C++ code to handle STUN and TURN candidates.