Open
Bug 1957839
Opened 24 days ago
Updated 10 days ago
Video stream turns black after uploading image via camera on mobile Firefox
Categories
(Core :: Audio/Video: Playback, defect)
Tracking
()
UNCONFIRMED
People
(Reporter: vilgeforc5, Unassigned, NeedInfo)
Details
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36
Firefox for Android
Steps to reproduce:
- request MediaStream
const stream = navigator.mediaDevices.getUserMedia({
audio: true,
video: true,
}) - attach it to video element
videoEl.srcObject = stream - upload picture file via <input type="file" /> (Not from gallery, but actually using camera)
Firefox version 136.0.2
MRE link: https://codesandbox.io/p/sandbox/rg62yq
Actual results:
After uploading picture the video stream becomes black
Expected results:
The video should remain the same (as it is in all other browsers I've tested)
Comment 1•24 days ago
|
||
The Bugbug bot thinks this bug should belong to the 'Core::Audio/Video: Playback' component, and is moving the bug to that component. Please correct in case you think the bot is wrong.
Component: Untriaged → Audio/Video: Playback
Product: Firefox → Core
Comment 2•10 days ago
|
||
The severity field is not set for this bug.
:jimm, could you have a look please?
For more information, please visit BugBot documentation.
Flags: needinfo?(jmathies)
You need to log in
before you can comment on or make changes to this bug.
Description
•