Sean DuBois
dbde6114a2
Update import paths
...
Add /v2 to import paths everywhere
2019-04-07 02:17:15 -07:00
Sean DuBois
596ef378b0
Extract examples that use 3rd party libraries
...
We are moving all examples that use 3rd party libraries to
https://github.com/pion/example-webrtc-applications
Resolves #561
2019-04-07 01:14:32 -07:00
Sean DuBois
1cdfc10c84
Mass replace pions -> pion
...
Pions organization was renamed to pion
2019-04-04 15:32:03 -07:00
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
Sean DuBois
fdcb1a3941
Rewrite examples to avoid onnegotiationneeded
...
onnegotiationneeded is broken in libwebrtc M73, so
just rewrite all examples to only set the offer once
Resolves #545
2019-03-23 13:36:06 -07:00
Sean DuBois
f174986c74
Fix all lint errors in examples/
...
Resolves #531 and Resolves #470
2019-03-21 09:31:27 -07:00
Sean DuBois
c89940a0bd
Rename sfu -> sfu-minimal
...
We have a websocket SFU example now also
Resolves #507
2019-03-11 11:07:55 -07:00