commit | fd0e32a87a4e6a9a6cfeb02fbdcddd6edf4ac9c8 | [log] [tgz] |
---|---|---|
author | Björn Terelius <terelius@webrtc.org> | Fri Nov 15 14:30:58 2019 +0100 |
committer | Commit Bot <commit-bot@chromium.org> | Fri Nov 15 14:53:59 2019 +0000 |
tree | bdac519d1c1395bb6ced00f7ababa0c27c4b1c2c | |
parent | 7b46e17c3154dc0cba91823a9d4d9d7913c804c8 [diff] |
Fix filtering of small packets in delay-based BWE crodbro@ found that the previous field trial, which filtered the deltas in the trendline estimator, can increase the noise caused by varying packet sizes. Moving the filtering to the DelayBasedBwe class fixes the issue. To avoid confusion, we've updated the field trial name, so e.g. WebRTC-BweIgnoreSmallPacketsFix/small:200bytes,large:200bytes, fraction_large:0.25,smoothing:0.1/ should be used to enable the feature. Bug: webrtc:10932 Change-Id: If77e83043c37fff909038405f634e541ce41abb8 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/159711 Commit-Queue: Björn Terelius <terelius@webrtc.org> Reviewed-by: Sebastian Jansson <srte@webrtc.org> Reviewed-by: Christoffer Rodbro <crodbro@webrtc.org> Cr-Commit-Position: refs/heads/master@{#29804}
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.
Authoritative list of directories that contain the native API header files.