commit | dc69fd2b80c9452bc66d8fccea7bc2ae58b29558 | [log] [tgz] |
---|---|---|
author | Marina Ciocea <marinaciocea@webrtc.org> | Fri Apr 10 18:19:14 2020 |
committer | Commit Bot <commit-bot@chromium.org> | Sat Apr 11 10:30:32 2020 |
tree | d23f7a9e87b65ab826d3454d1241d4031e059a79 | |
parent | d37010c9b7086a8800828dba371acfd8f2d0b7b3 [diff] |
[InsertableStreams] Fix video sender simulcast. The transformer was previously moved into the config of the first stream which resulted in incorrect behavior for simulcast. Use the transformer in all the streams. Pass the sender's ssrc on registring the transformed frame callback, to associate separate transformer sinks for each sender. Bug: chromium:1065838 Change-Id: I5c52dacb241c68268681b85f875257b24987849e Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/173332 Commit-Queue: Marina Ciocea <marinaciocea@webrtc.org> Reviewed-by: Tommi <tommi@webrtc.org> Cr-Commit-Position: refs/heads/master@{#31050}
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.