From 177aa22bcd9db2059e714221221a8e56c9533990 Mon Sep 17 00:00:00 2001 From: Matthew Waters Date: Wed, 28 Nov 2018 17:23:31 +1100 Subject: webrtc: Initial support for stream addition/removal Limitations: - No transport changes at all (ICE, DTLS) - Codec changes are untested and probably don't work - Stream removal doesn't remove transports (i.e. non-bundled transports will stay around until webrtcbin is shutdown) - Unified Plan SDP only. No Plan-B support. --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 7fa8dbcb9..539e47030 100644 --- a/.gitignore +++ b/.gitignore @@ -75,6 +75,7 @@ gst*orc.h /tests/examples/webrtc/webrtc /tests/examples/webrtc/webrtcbidirectional /tests/examples/webrtc/webrtcswap +/tests/examples/webrtc/webrtcrenego /tests/examples/webrtc/webrtctransceiver Build -- cgit v1.2.1