Search code examples
livepeerobs

Webrtc That works with Obs Studio


Hello It may seem a little complicated or confusing, but there would be a way to make a Webrtc transmission using the Obs te some platform What do that? Can you do that for Peer Js?


Solution

  • OBS has officially add WebRTC support. It is available in master now and will be released in v30.

    OBS uses WHIP, so it requires that your server can accept a SDP via a POST. I also created a reference server for this called Broadcast Box

    I have left my old answer below. This was from before OBS supported WebRTC.


    The easiest way to do this would be project-lightspeed. This uses FTL and then bridges it with WebRTC. This is available in the official OBS build.

    FTL uses the same underlying protocol as WebRTC (RTP) so it is very easy to bridge. Broadcasting will be sub-second.