| commit | 0c282c471b794933dfa7a38bc5a4ee55f70769a1 | [log] [tgz] |
|---|---|---|
| author | Andreas Pehrson <apehrson@mozilla.com> | Tue Dec 03 21:18:26 2024 |
| committer | WebRTC LUCI CQ <webrtc-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Dec 05 08:40:11 2024 |
| tree | ba4819960ac9e18e5ce23d5ac17accdaeeee8428 | |
| parent | 67de21e407de59b53fa4d1c5179d35173a329cb9 [diff] |
Reset encoder on simulcast layer maxFramerate changes Without this, Firefox wasn't passing WPT webrtc/simulcast/setParameters-maxFramerate.https.html. The main issue is the SetRates API's RateControlParameters doesn't have a way to model maxFramerate for simulcast layers. A long term fix would probably be to represent maxFramerate for all simulcast layers in RateControlParameters. This change is a short term fix, and resets the encoder iff a simulcast layer's maxFramerate has changed, and also differs from the maxFramerate of the codec (passed to SetRates), which matches the layer with the highest maxFramerate. Bug: None Change-Id: I088dda0fe88092fe5a5cc61114e10847f072a87b Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/370124 Commit-Queue: Sergey Silkin <ssilkin@webrtc.org> Reviewed-by: Sergey Silkin <ssilkin@webrtc.org> Reviewed-by: Ilya Nikolaevskiy <ilnik@webrtc.org> Cr-Commit-Position: refs/heads/main@{#43497}
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.