- From: Harald Alvestrand via GitHub <sysbot+gh@w3.org>
- Date: Wed, 15 Jan 2025 07:04:23 +0000
- To: public-webrtc-logs@w3.org
The issues here seem very similar to those faced by tab capture (getDisplayMedia), and should probably be solved in a similar way. It's been a traditional constraint in webrtc that we never upscale, and never change aspect ratios. Keeping those in mind is probably good. Behavior should be different if the first constraint is "exact: 1920x1080" or "ideal" (non-labelled) 1920x1080 - in the latter case, the UA is free to choose the "closest available resolution". -- GitHub Notification of comment by alvestrand Please view or discuss this issue at https://github.com/w3c/mediacapture-main/issues/1027#issuecomment-2591792840 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Wednesday, 15 January 2025 07:04:24 UTC