commit | 6dbbd89f1876df167cbd4c6eb8b4ade488de1fc1 | [log] [tgz] |
---|---|---|
author | sergeyu <sergeyu@chromium.org> | Tue Jan 17 23:07:59 2017 |
committer | Commit bot <commit-bot@chromium.org> | Tue Jan 17 23:07:59 2017 |
tree | 9c3ea411e5dd9b2f88301e84ba3ce56375dfeda4 | |
parent | f7303fc435e565c9fa1c6a0cb5c5361be42873fe [diff] |
Fix BitrateProber to match the requested bitrate more precisely Previously BirateProber was calculating delay between probes based on the size of the previous probe. Because of that the actual sent bitrate can deviate greatly from the target value. With this change it uses total number of bytes in the cluster to estimate delay before each probe. BUG=webrtc:6952 Review-Url: https://codereview.webrtc.org/2613543003 Cr-Original-Commit-Position: refs/heads/master@{#15971} Committed: https://chromium.googlesource.com/external/webrtc/+/599c5011e7569a269f5521a8c7e6ab930e7adbd5 Review-Url: https://codereview.webrtc.org/2613543003 Cr-Commit-Position: refs/heads/master@{#16127}
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. This page is maintained by the Google Chrome team.
See http://www.webrtc.org/native-code/development for instructions on how to get started developing with the native code.