commit | 482b3ef2ace3615a66696cd214f3c2d22bd477e3 | [log] [tgz] |
---|---|---|
author | Erik Språng <sprang@webrtc.org> | Tue Jan 08 15:19:11 2019 |
committer | Commit Bot <commit-bot@chromium.org> | Tue Jan 08 16:12:58 2019 |
tree | 14437fa974bfc169d0563812a321e12df29f5938 | |
parent | 791d43c4b1332e77f75f39347c176f75e57b3e62 [diff] |
Account for packetization overhead when setting target bitrate. That is, the payload packetization overhead (eg. vp8 payload header), not the RTP headers, extensions, etc. The encoder and pacer both look at payload rate, but are currently not aware of the bytes that are added in between them. Bug: webrtc:10155 Change-Id: I4cdb04849d762360374d47a496983c8c6df191d2 Reviewed-on: https://webrtc-review.googlesource.com/c/115410 Commit-Queue: Erik Språng <sprang@webrtc.org> Reviewed-by: Niels Moller <nisse@webrtc.org> Reviewed-by: Danil Chapovalov <danilchap@webrtc.org> Cr-Commit-Position: refs/heads/master@{#26163}
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.