commit | fd58b6106840c77538e864a22db68f6a8e28d848 | [log] [tgz] |
---|---|---|
author | philipel <philipel@webrtc.org> | Wed Jan 04 07:05:25 2017 -0800 |
committer | Commit bot <commit-bot@chromium.org> | Wed Jan 04 15:05:25 2017 +0000 |
tree | f829fabbb718cb9a68e2fa0f525b127ef64beea0 | |
parent | b557b2169e613e9d10c8d5830d7fd5d1bbf8fc89 [diff] |
BitrateProber::CreateProbeCluster now only accept one parameter (bitrate_bps). Instead of having to specify a bitrate and how many packets to use, the BitrateProber will now use the bitrate to calculate how many bytes it will use to probe that bitrate instead. For now, |kMinProbeDurationMs| is set to 15 ms which means that probing at 1900 kbps will result in 1900/8*0.015 = 3.5 kB used. Since we can expect packets to be smaller at the beginning of a stream (500 to 700 bytes) this will result in 7 to 5 packets sent for that bitrate, and should work very similar to how the current initial probing works. A minimum of 5 packets are always sent. BUG=webrtc:6822 Review-Url: https://codereview.webrtc.org/2609113003 Cr-Commit-Position: refs/heads/master@{#15899}
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.