commit | fb8fc5391e097dc4c2f89b3a38724f5fa109d8f9 | [log] [tgz] |
---|---|---|
author | Stefan Holmer <stefan@webrtc.org> | Fri Apr 22 13:48:23 2016 |
committer | Stefan Holmer <stefan@webrtc.org> | Fri Apr 22 13:48:36 2016 |
tree | 38a25550aeffa43f8112132ad0324805eed589db | |
parent | 4fb3d2bcca968e8a0f29d8a20f67238f64f40102 [diff] |
Improve the behavior when the BWE times out and when we have too little data to determine the incoming bitrate. This is done by changing the RateStatistics so that it resets its window when the accumulator is empty. It also keeps a dynamic window, so that the rates computed before a full window worth of data has been received will be computed over a smaller window. This means that the rate will be closer to the true rate, but with a higher variance. BUG=webrtc:5773 R=perkj@webrtc.org, sprang@webrtc.org Review URL: https://codereview.webrtc.org/1908893003 . Cr-Commit-Position: refs/heads/master@{#12470}
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.