- From: youennf via GitHub <noreply@w3.org>
- Date: Tue, 16 Sep 2025 07:18:16 +0000
- To: public-webrtc@w3.org
youennf has just created a new issue for https://github.com/w3c/mediacapture-main: == Exposure of width, height and aspectRatio when width or height are zero in MediaStreamTrack.getSettings() == It is unclear whether a track that has received zero frames so far ( and it does not know the size of video frames to come) should expose width, height and aspectRatio. According my testing: - receiver tracks start with no width, height and aspectRatio. - canvas capture tracks may start with width:0 in Firefox but not in Chrome. If height is zero, either aspectRatio is NaN or it should be undefined. It would be good to make things consistent across browsers. Please view or discuss this issue at https://github.com/w3c/mediacapture-main/issues/1054 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Tuesday, 16 September 2025 07:18:17 UTC