commit | 9bbd9598b80207eef5e7e8d0c7415e9a7e1a66ee | [log] [tgz] |
---|---|---|
author | Henrik Boström <hbos@webrtc.org> | Mon Apr 03 12:21:15 2023 |
committer | WebRTC LUCI CQ <webrtc-scoped@luci-project-accounts.iam.gserviceaccount.com> | Sat Apr 08 15:18:29 2023 |
tree | fcafb86df2c7ab1d7360e6e8e9fe532be359caa2 | |
parent | 5d1ec8262e07b70ff183ebd53e7ad82baa8e85ca [diff] |
Also apply VP9 bitrate's singlecast tweak in single active stream case. We shouldn't treat VP9 simulcast {active,inactive,inactive} different from VP9 singlecast when it comes to bitrates, so the condition `config.simulcast_layers.size() <= 1` is updated to `video_codec.numberOfSimulcastStreams <= 1` which holds true in the "single active stream" case as well. This is consistent with existing logic, such as the fact that we use `SvcRateAllocator` instead of `SimulcastRateAllocator` when `numberOfSimulcastStreams <= 1`. Bug: webrtc:15061 Change-Id: I67fc78b9c0f97f1d607c91bbc689b06c3fd5cb48 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/298920 Commit-Queue: Henrik Boström <hbos@webrtc.org> Reviewed-by: Ilya Nikolaevskiy <ilnik@webrtc.org> Cr-Commit-Position: refs/heads/main@{#39791}
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 here for instructions on how to get started developing with the native code.
Authoritative list of directories that contain the native API header files.