commit | 681de2036b8e202d2a8a5556cc901e173a193a43 | [log] [tgz] |
---|---|---|
author | Rasmus Brandt <brandtr@webrtc.org> | Mon Feb 04 15:09:34 2019 +0100 |
committer | Commit Bot <commit-bot@chromium.org> | Tue Feb 05 11:21:00 2019 +0000 |
tree | 3c8ccb580a99fa2a1ec3ffcc1d9364c321c9976e | |
parent | 167316b8338feb482f0c1d5239d28ed8a196331d [diff] |
Stop changing the requested max bitrate based on protection level. With the current implementation, whenever we are toggling between sending/not sending retransmissions, the BitrateAllocator will toggle the total requested max bitrate that is signalled to the probing mechanism. The result is that spurious probes are sent mid-call, at |max_bitrate| and |2*max_bitrate|. This behaviour is undesirable, and thus removed in this CL. Instead, whenever the allocation limits actually change, we produce a single set of probes at |max_bitrate| and |2*max_bitrate|. This CL does not change how the BitrateAllocator hysteresis is accounting for protection, since it does not relate to the spurious probes. Bug: webrtc:10275 TBR: sprang@webrtc.org Change-Id: Iab3a690a500372c74772a8ad6217fb838af15ade Reviewed-on: https://webrtc-review.googlesource.com/c/120808 Commit-Queue: Rasmus Brandt <brandtr@webrtc.org> Reviewed-by: Sebastian Jansson <srte@webrtc.org> Cr-Commit-Position: refs/heads/master@{#26544}
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.