commit | ea00e483d185ff96bca52e18f198a46649b6a324 | [log] [tgz] |
---|---|---|
author | Stefan Holmer <stefan@webrtc.org> | Fri Oct 06 06:43:34 2017 |
committer | Commit Bot <commit-bot@chromium.org> | Fri Oct 06 07:10:04 2017 |
tree | d2b57005c534f083932ac4846cc04a97740ad07d | |
parent | e68b6c970e6b248df84a454d4f535316eed4e887 [diff] |
Add field trials to configure the backoff factor and the trendline window of the BWE. These field trials can be set with a string similar to: WebRTC-BweWindowSizeInPackets/Enabled-150/WebRTC-BweBackOffFactor/Enabled-0.95/ BweWindowSizeInPackets Number of packets which the delay-based BWE window is based on. A larger value means lower delay-sensitivity. Default in WebRTC: 20 Reasonable values for streaming: 50-150 BweBackOffFactor How far the BWE will back off when the delay increases. A value closer to 1.0 means smaller back-off. Range: > 0.0, < 1.0 Default in WebRTC: 0.85 Reasonable values for streaming: 0.85-0.95 Bug: webrtc:8212 Change-Id: I61f0883788b689847a43273b63cef663042f4d42 Reviewed-on: https://webrtc-review.googlesource.com/6764 Commit-Queue: Stefan Holmer <stefan@webrtc.org> Reviewed-by: Björn Terelius <terelius@webrtc.org> Cr-Commit-Position: refs/heads/master@{#20172}
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.