Files
webrtc/examples/sfu-ws
Sean DuBois 1202dbaa06 Migrate SDP generation to Unified Plan
This commit has breaking changes. This API change means we
can no longer support an arbitrary number of receivers. For every track
you want to receive you MUST call PeerConnection.AddTransceiver

We do now support sending an multiple audio/video feeds. You can see
this behavior via gstreamer-receive and gstreamer-send currently.

Resolves #54
2019-04-04 12:55:36 -07:00
..
2019-03-28 00:52:10 -07:00
2019-03-30 10:21:46 -07:00
2019-03-28 00:52:10 -07:00
2019-03-11 10:56:01 -07:00
2019-04-04 12:55:36 -07:00
2019-03-21 09:31:27 -07:00

sfu-ws

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.

Instructions

Download sfu-ws

go get github.com/pions/webrtc/examples/sfu-ws

Run SFU

Linux/macOS

go build ./sfu-ws

Start a publisher

  • Click Publish

Start a Subscriber

  • Click Subscribe

You can start one publisher and many subscriber

Congrats, you have used pion-WebRTC! Now start building something cool