commit | 01e8a2ad7c541dfc7981095abd225d0bcb8fd33c | [log] [tgz] |
---|---|---|
author | Per Kjellander <perkj@webrtc.org> | Wed Nov 09 15:28:51 2022 |
committer | WebRTC LUCI CQ <webrtc-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Nov 09 22:40:08 2022 |
tree | 4ec406ae9bcc61940ecab2054adf803f262c1340 | |
parent | f1fa7058b6b8e276d279ef895ffa4e02fadb2d1b [diff] |
Refactor use of ProbeController::OnMaxTotalAllocatedBitrate Instead of disabling probing when the total allocated bitrate has changed in goog_cc, it can be done via a new field trial parameter, "probe_max_allocation". Not that the currently used flag RateControlSettings::TriggerProbeOnMaxAllocatedBitrateChange() is per default enabled and will be cleaned up in a follow up cl. The field trial flag "skip_if_est_larger_than_fraction_of_max" now also skip probing if the current estimate is larger than the currently max allocated bitrate. ie, alr probing is skippe if the current estimate > max configured bitrate or current estimate > max send bitrate of all streams. Bug: webrtc:14392 Change-Id: I2a09be39f85a9122410edd5acb1158ece12fca60 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/282860 Reviewed-by: Diep Bui <diepbp@webrtc.org> Commit-Queue: Per Kjellander <perkj@webrtc.org> Cr-Commit-Position: refs/heads/main@{#38597}
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.