RESOLVED FIXED298438
Expand AudioVideoRenderer class so that it fulfils all requirement for the MSE player
https://bugs.webkit.org/show_bug.cgi?id=298438
Summary Expand AudioVideoRenderer class so that it fulfils all requirement for the MS...
Jean-Yves Avenard [:jya]
Reported 2025-09-05 03:36:06 PDT
The AudioVideoRenderer design used the base usage of the MediaPlayerPrivateWebM player. However, the MSE players have additional requirements, those requirements are all usable by the webm player but it was missing such functionalities such as: - participation in SharePlay - Proper detection of resolution change - Proper handling of audio renderer having been flushed internally and requiring re-enqueue and a few others. Aim is to expand the AudioVideoRendererAVFObjC class to implement, so that the MediaPlayerPrivateMediaSourceAVFObjC can be transitioned to using the AVRenderer.
Attachments
Radar WebKit Bug Importer
Comment 1 2025-09-05 03:36:13 PDT
Jean-Yves Avenard [:jya]
Comment 2 2025-09-05 04:19:51 PDT
EWS
Comment 3 2025-09-15 17:03:34 PDT
Committed 299989@main (9c0cce267dc2): <https://commits.webkit.org/299989@main> Reviewed commits have been landed. Closing PR #50352 and removing active labels.
Note You need to log in before you can comment on or make changes to this bug.