My FeedDiscussionsHeadless CMS
New
Sign in
Log inSign up
Learn more about Hashnode Headless CMSHashnode Headless CMS
Collaborate seamlessly with Hashnode Headless CMS for Enterprise.
Upgrade ✨Learn more

webrtc 1 to many streaming

Default profile photo
Anonymous
·May 9, 2020

Hi,

I am trying to develop 1 to many streaming just with webrtc (without any media server). But it seems not possible?

I was trying like:

A stream to B, A to C, A to D.

Now, stream only goes to one peer only even though I have different connections for them ie. new RTCPeerConnection() for each peer.

So, can anyone tell me who have experience on it? Or I should stop my tries - it's not possible!