WebRTC - scalable live stream broadcasting / multicasting

前端 未结 12 739
别跟我提以往
别跟我提以往 2020-11-30 16:47

PROBLEM:

WebRTC gives us peer-to-peer video/audio connections. It is perfect for p2p calls, hangouts. But what about broadcasting (one-to-many, for

12条回答
  •  时光说笑
    2020-11-30 17:27

    As @MuazKhan noted above:

    https://github.com/muaz-khan/WebRTC-Scalable-Broadcast

    works in chrome, and no audio-broadcast yet, but it seems to be a 1st Solution.

    A Scalable WebRTC peer-to-peer broadcasting demo.

    This module simply initializes socket.io and configures it in a way that single broadcast can be relayed over unlimited users without any bandwidth/CPU usage issues. Everything happens peer-to-peer!

    enter image description here

    This should definitely be possible to complete.
    Others are also able to achieve this: http://www.streamroot.io/

提交回复
热议问题