sfu-ws is a pion-WebRTC application that demonstrates how to broadcast a video to many peers, while only requiring the broadcaster to upload once.
This could serve as the building block to building conferencing software, and other applications where publishers are bandwidth constrained.
go get github.com/pion/webrtc/example-webrtc-applications/sfu-ws
go build ./sfu-ws
- Click
Publish
- Click
Subscribe
You can start one publisher and many subscriber
Congrats, you have used pion-WebRTC! Now start building something cool