commit | 3376c84c90c26ad8daff030ca2205d88ad97ec4a | [log] [tgz] |
---|---|---|
author | terelius <terelius@webrtc.org> | Mon Jul 31 11:23:25 2017 |
committer | Commit Bot <commit-bot@chromium.org> | Mon Jul 31 11:23:25 2017 |
tree | 42b9ebb526c80a5fe8918410231f7429c6656c62 | |
parent | 8eab09c77b01783aef5323a0ed9d0200c76e1ade [diff] |
Add probing to recover faster from large bitrate drops. A single probe at 85% of the original bitrate is sent when transitioning from underusing back to normal state. The actual sending of the probes is disabled by default, and enabled by the field trial string WebRTC-BweRapidRecoveryExperiment/Enabled/. Existing code that did probing after large drops in ALR have been restructured so that it also delays the probe until we are no longer overusing. BUG=webrtc:8015 Review-Url: https://codereview.webrtc.org/2986563002 Cr-Commit-Position: refs/heads/master@{#19187}
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.