Commit Graph

5 Commits

Author SHA1 Message Date
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
Max Hawkins
4298892dc0 Rename SendRTCP -> WriteRTCP
Makes method name consistent with WriteRTP

Fixes #557
2019-03-30 10:21:46 -07:00
imalic3
768536cade Extend sfu-ws with data-channel broadcasting
Relates to #534
2019-03-21 22:41:46 -07:00
Sean DuBois
f174986c74 Fix all lint errors in examples/
Resolves #531 and Resolves #470
2019-03-21 09:31:27 -07:00
adwpc
fb72f20f66 Add sfu example with websocket
sfu example with websocket, support video and audio. easy to use

Resolves #507
2019-03-11 10:56:01 -07:00