commit | 8f16ce98c2f0de544b73d4eef451b421516e491a | [log] [tgz] |
---|---|---|
author | henrika <henrika@webrtc.org> | Mon Dec 04 13:03:52 2023 |
committer | WebRTC LUCI CQ <webrtc-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Dec 04 13:37:24 2023 |
tree | 49927d1f929b37af8b35c54cad8c25f270e04f13 | |
parent | c925f50c1caf392fa11128dbc89a5b1104e45954 [diff] |
FrameCadenceAdapter: improves performance under repeat and high load This change ensures that the FCA now is informed about a new max fps when VideoStreamEncoder::OnVideoSourceRestrictionsUpdated is called. The latest restricted frame rate which is provided to the FCA will only affect the cadence of repeated non-idle (quality has not converged) frames and the main goal is to ensure that the FCA reduces its repeat rate in situations where the video source is constrained. UpdateVideoSourceRestrictions is added to the FrameCadenceAdapter API and it is called from the VideoStreamEncoder when its source parameters (resolution and/or frame rate) are restricted. This modification has no effect on the flow driven by ProcessOnDelayedCadence (non repeated frames). Bug: webrtc:15539 Change-Id: I26dee6480e5137f82c5ccf57091b737cad82dbf6 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/328300 Reviewed-by: Ilya Nikolaevskiy <ilnik@webrtc.org> Reviewed-by: Markus Handell <handellm@webrtc.org> Commit-Queue: Henrik Andreassson <henrika@webrtc.org> Reviewed-by: Henrik Boström <hbos@webrtc.org> Cr-Commit-Position: refs/heads/main@{#41308}
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.