commit | ee225438297bb02b9f689e25719870bddcd4991f | [log] [tgz] |
---|---|---|
author | Markus Handell <handellm@webrtc.org> | Mon Nov 29 11:35:12 2021 |
committer | WebRTC LUCI CQ <webrtc-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Nov 29 13:48:00 2021 |
tree | f7918ef5aab9109daa01753c25a0693221b64dcc | |
parent | b55c299f4d0ccc2e510e6ac88fe217bf5e5c4098 [diff] |
Zero-hertz encoding mode: avoid encoder bitrate overshooting. The encoders wrapped in VideoStreamEncoder grossly over-estimates available bitrate when capture FPS falls close to zero, and frames re-commence highly frequent delivery. Avoid this by moving the input RateStatistics inside VSE into the frame cadence adapter, and changing the reported framerate under zero-hertz encoding mode to always return the configured max FPS. Bug: chromium:1255737 Change-Id: Iaa71ef51c0755b12e24e435d86d9562122ed494e Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/239126 Commit-Queue: Markus Handell <handellm@webrtc.org> Reviewed-by: Ilya Nikolaevskiy <ilnik@webrtc.org> Reviewed-by: Stefan Holmer <stefan@webrtc.org> Cr-Commit-Position: refs/heads/main@{#35431}
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 here for instructions on how to get started developing with the native code.
Authoritative list of directories that contain the native API header files.