0

Practical situation, we have a lecture/webinar and I want lecturer to broadcast online 1 way to 100 students at the same time, how would I do that with WebRTC?

I have tried Youtube Live Event today - their concept is similar to my needs and they seems to be using WebRTC as well, but there should be some re-broadcasting server to keep one connection from broadcaster and deliver it to many clients.

  • you can check out webrtc conferencing..many projects are already developed search on the web. A simple application server logic should do. – kriswiz Apr 16 '15 at 10:13
  • try checking out kurento media server's [one-to-many broadcast](https://www.kurento.org/docs/current/tutorials.html#tutorial-3-webrtc-one-to-many-broadcast) – mido Apr 16 '15 at 10:22
  • 1
    Unless that lecturer has a seriously beefy machine with fantastic internet connection, you'll need some server infrastructure that can rebroadcast and distribute your WebRTC stream. Which turns this into a software recommendation question... – deceze Apr 16 '15 at 11:13
  • 1
    Lecturer don't have fantastic Internet connection thats why I am looking to keep one peer connection from lecturer and server re-broadcasting it to all connected students. – video-chat-development Apr 16 '15 at 11:35

0 Answers0