mohit810 / webrtc_api

1 stars 0 forks source link

Signalling Pion Webrtc server via POST Request

I have build this small signalling upgradation for anyone intrested in building the thier own server to establish 1:N Broadcasting connection with the users as described broadcast is a Pion WebRTC application that demonstrates how to broadcast a video to many peers, while only requiring the broadcaster to upload once. in the Pion/webrtc/example/broadcast/.

Before using this solution you should set-up pion/webrtc/v3 (Go Modules are mandatory for using Pion WebRTC. So make sure you set export GO111MODULE=on, and explicitly specify /v3 when importing.).

Open broadcast example page

jsfiddle.net You should see two buttons 'Publish a Broadcast' and 'Join a Broadcast'

Run Application

Linux/macOS/windows

Run main.go

Start a publisher

Join the broadcast

Big Thanks to the following