RESOLVED FIXED 261402
Calling configure on WebCodecs Video Encoder triggers a new key frame each time even if the configuration is only changing the bitrate
https://bugs.webkit.org/show_bug.cgi?id=261402
Summary Calling configure on WebCodecs Video Encoder triggers a new key frame each ti...
youenn fablet
Reported 2023-09-11 03:46:21 PDT
We could try to change the model so that we pass the configure command up to the actual encoder, but it would somehow clash with the libwebrtc codec model. A simpler approach is to make sure that if only bitrate is changing, we should not recreate the underlying compression session and send a change-bitrate message instead.
Attachments
Radar WebKit Bug Importer
Comment 1 2023-09-14 02:39:16 PDT
youenn fablet
Comment 2 2023-12-08 04:36:42 PST
EWS
Comment 3 2024-07-09 05:54:07 PDT
Committed 280771@main (37dfb4fa3c73): <https://commits.webkit.org/280771@main> Reviewed commits have been landed. Closing PR #21499 and removing active labels.
Note You need to log in before you can comment on or make changes to this bug.