commit | 35fa28022941f66fb267371995fd39b641da04ef | [log] [tgz] |
---|---|---|
author | Sebastian Jansson <srte@webrtc.org> | Mon Oct 01 07:16:12 2018 |
committer | Commit Bot <commit-bot@chromium.org> | Mon Oct 01 07:48:02 2018 |
tree | eb5aab30924a46b1339dfaed9088c132f972c104 | |
parent | e0d455b40923babd64d6ef3ce4697311546f6a68 [diff] |
Adds allocated rate without feedback to new congestion controller. When bitrate is allocated to streams that does not have packet feedback, the allocated bitrate should be included in the estimate. This was previously only implemented for the old congestion controller and not for the new task queue based version. To make the behavior more robust, the responsibility for tracking this is moved to BitrateAllocator where it's handled consistently for multiple streams without feedback. Bug: webrtc:9586, webrtc:8243 Change-Id: I8af7fec23e1bdc08cc61cf1b4ff10461c3711fb0 Reviewed-on: https://webrtc-review.googlesource.com/102681 Commit-Queue: Sebastian Jansson <srte@webrtc.org> Reviewed-by: Christoffer Rodbro <crodbro@webrtc.org> Reviewed-by: Karl Wiberg <kwiberg@webrtc.org> Cr-Commit-Position: refs/heads/master@{#24905}
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.