commit | 33cc83595ae7dd144c57c614fb62d286d9d7bf68 | [log] [tgz] |
---|---|---|
author | Per K <perkj@webrtc.org> | Thu Apr 11 13:32:57 2024 |
committer | WebRTC LUCI CQ <webrtc-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Apr 12 09:13:44 2024 |
tree | 0f5a87a0a65ad321b11d1095c376f60fcae86398 | |
parent | 7000b9938489bf6f540a19c772d9b9e50a769adb [diff] |
Ignore allocated bitrate during initial exponential BWE. The reason why we want to do this is because audio can allocate a needed bitrate before video when starting a call, which may lead to a race between the first probe result and updating the allocated bitrate. That is the, initial probe will try to probe up to the max configured bitrate. ProbeController::SetFirstProbeToMaxBitrate will allow the first probe to continue up to the max configured bitrate, regardless of of the max allocated bitrate. Bug: webrtc:14928 Change-Id: I6e0ae90e21a78466527f3464951e6033dc846470 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/346760 Reviewed-by: Diep Bui <diepbp@webrtc.org> Commit-Queue: Per Kjellander <perkj@webrtc.org> Reviewed-by: Erik Språng <sprang@webrtc.org> Reviewed-by: Per Kjellander <perkj@webrtc.org> Cr-Commit-Position: refs/heads/main@{#42049}
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.