Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is it possible to do a one-to-many video conference with webrtc

I am wondering if it's possible to create a webapp using ONLY WEBRTC that could be able to stream video and audio from one single participant to many (e.g. from the boss to all his employees).

Something like this: https://www.webrtc-experiment.com/RTCMultiConnection/video-broadcasting.html

but in my case i don't want to use a wrapping library like RTCmulticonection.

like image 556
DRW02 Avatar asked Dec 07 '25 21:12

DRW02


1 Answers

If you have only a few participants, you can just create a peer connection for each. But you will quickly need a server-side solution like Janus or Kurento I think. A browser can't upload a lot of streams, especially with ADSL. Such media servers also provide more than broadcasting, but also recording and processing like face recognition. You can add more values to your service this way.

like image 71
peveuve Avatar answered Dec 09 '25 15:12

peveuve



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!