RESOLVED FIXED299500
[visionOS] Add VideoReceiverEndpointManager class
https://bugs.webkit.org/show_bug.cgi?id=299500
Summary [visionOS] Add VideoReceiverEndpointManager class
Jean-Yves Avenard [:jya]
Reported 2025-09-24 18:56:43 PDT
Currently, when we receive a VideoReceiverEndpoint XPC message, we pass it to the RemoteMediaPlayerManagerProxy so that it can handle the resulting VideoTarget between the existing MediaPlayers. However, when using the AudioVideoRendererRemote, we do not have a MediaPlayerPrivateRemote nor is the RemoteMediaPlayerManagerProxy involved. So we need to move this endpoint handling in a generic class that is aware of both RemoteMediaPlayerManagerProxy and RemoteAudioVideoRendererProxyManager : VideoReceiverEndpointManager
Attachments
Radar WebKit Bug Importer
Comment 1 2025-09-24 18:57:04 PDT
Jean-Yves Avenard [:jya]
Comment 2 2025-09-24 19:04:00 PDT
EWS
Comment 3 2025-09-26 17:46:15 PDT
Committed 300616@main (9e97ba025925): <https://commits.webkit.org/300616@main> Reviewed commits have been landed. Closing PR #51296 and removing active labels.
Note You need to log in before you can comment on or make changes to this bug.