Closed
Bug 1434880
Opened 7 years ago
Closed 7 years ago
Webcam not playing properly on video conferencing websites if media.autoplay.enabled=false
Categories
(Core :: Audio/Video: Playback, defect, P3)
Tracking
()
RESOLVED
DUPLICATE
of bug 1182329
People
(Reporter: debdrup, Unassigned)
Details
User Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:58.0) Gecko/20100101 Firefox/58.0
Build ID: 20180130091144
Steps to reproduce:
1: Toggle media.autoplay.enabled=false in about:config
2: Go to a video conferencing site like https://talky.io/testroom42
3: Toggle media.autoplay.enabled=true in about:config
4: Go to the same website
Actual results:
When media.autoplay.enabled=false, webcam video stream doesn't show up, presumably because the website doesn't implement a video.play() function and there is no way to add exceptions to which websites can autoplay video.
Expected results:
If media.autoplay.enabled=false and the website is asking for webcam access, the website should be added to a temporary list of websites that are excempt from media.autoplay.enabled, such that the webcam works.
Updated•7 years ago
|
Component: Audio/Video → WebRTC: Audio/Video
Comment 1•7 years ago
|
||
Thanks for the report! This is a known issue; Firefox nightly has an additional media.autoplay.enabled.user-gestures-needed pref which enabled autoplay after there's been some interaction, which resolves the webrtc video problem, but there's still an issue with audio in my testing.
Chris, here's a bug for your camera permissions idea. :)
Component: WebRTC: Audio/Video → Audio/Video: Playback
Priority: -- → P3
Summary: Webcam not playing properly on video conferencing websits if media.autoplay.enabled=false → Webcam not playing properly on video conferencing websites if media.autoplay.enabled=false
Updated•7 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 7 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•