commit | 7fa6ee6250c2616b829d2dd83f0620e862ac78af | [log] [tgz] |
---|---|---|
author | Seth Hampson <shampson@webrtc.org> | Wed Oct 17 17:25:28 2018 |
committer | Commit Bot <commit-bot@chromium.org> | Wed Oct 17 20:55:10 2018 |
tree | 228d84b07b89dc8722d1b9eee367bc788632a210 | |
parent | 98a462cead9ff696aa2b22dde8b49cd7e721301e [diff] |
Adds support for "-" to a=ssrc msid lines. Currently with in Unified Plan an initial offer will include both "a=ssrc:... msid:..." lines and "a=msid:... ..." lines. The a=ssrc line is added in order to support signaling to a Plan B endpoint. Although if no stream is associated to a given track it will only be signaled in the "a=msid" line with "-". The "a=ssrc msid" line will simply put an empty string for the msid, which does not interoperate with FF. This change adds support so that both lines will signal a "-". Bug: webrtc:9880 Change-Id: I73655ce3c11a924b508616d820555bf24aae1bd3 Reviewed-on: https://webrtc-review.googlesource.com/c/106605 Commit-Queue: Seth Hampson <shampson@webrtc.org> Reviewed-by: Henrik Boström <hbos@webrtc.org> Reviewed-by: Seth Hampson <shampson@webrtc.org> Cr-Commit-Position: refs/heads/master@{#25241}
WebRTC is a free, open software project that provides browsers and mobile applications with Real-Time Communications (RTC) capabilities via simple APIs. The WebRTC components have been optimized to best serve this purpose.
Our mission: To enable rich, high-quality RTC applications to be developed for the browser, mobile platforms, and IoT devices, and allow them all to communicate via a common set of protocols.
The WebRTC initiative is a project supported by Google, Mozilla and Opera, amongst others.
See http://www.webrtc.org/native-code/development for instructions on how to get started developing with the native code.
Authoritative list of directories that contain the native API header files.