[webrtc-pc] Remote tracks width and height settings in case of rotated video (#2867)

youennf has just created a new issue for https://github.com/w3c/webrtc-pc:

== Remote tracks width and height settings in case of rotated video ==
Remote tracks width and height settings (aspectRatio as well) are defined in terms of width/height of the last received video frame. I wonder whether CVO information should be taken into account or not.
From testing, I can see the following:
- Safari takes CVO into account
- Chrome does not take CVO into account.

Typically when a phone rotates, Safari will update the remote track settings, while Chrome will not.
Chrome will update the settings if the decoded size is actually changing.

Firefox does not expose any of these settings.

Please view or discuss this issue at https://github.com/w3c/webrtc-pc/issues/2867 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Tuesday, 2 May 2023 13:56:36 UTC