Firefox for Android after version 142 does not correctly apply the ideal width constraint to getUserMedia
Categories
(Firefox for Android :: Browser Engine, defect)
Tracking
()
People
(Reporter: cstandridge, Unassigned)
References
Details
(Whiteboard: [fxdroid][group1])
Steps to reproduce:
Try to access getUserMedia on firefox for android
Request an ideal width and height of 1280x720
This is on android devices that can support 1280, and if you use exact it works
In a tangential bug report (https://bugzilla.mozilla.org/show_bug.cgi?id=1771789) I found this sample app you can actually use to see the issue if you're on android. Just click Camera A and notice the width is not correct
https://jan-ivar.github.io/dummy/gum_head2head.html
Actual results:
see the video track returned has a width of 405
Expected results:
see the video track returned has a width of 1280
Comment 1•8 months ago
|
||
The severity field is not set for this bug.
:boek, could you have a look please?
For more information, please visit BugBot documentation.
Comment 2•7 months ago
|
||
The Bugbug bot thinks this bug should belong to the 'Firefox for Android::Browser Engine' component, and is moving the bug to that component. Please correct in case you think the bot is wrong.
Updated•7 months ago
|
Updated•7 months ago
|
Description
•