Closed
Bug 1512362
Opened 6 years ago
Closed 6 years ago
Should not allow video-without-audio-track to autoplay when pref "media.autoplay.allow-muted=false"
Categories
(Core :: Audio/Video: Playback, defect, P3)
Core
Audio/Video: Playback
Tracking
()
RESOLVED
FIXED
mozilla66
People
(Reporter: lh.bennett, Assigned: alwu)
References
()
Details
(Whiteboard: [66b-qatriage-p2])
Attachments
(1 file)
1. Set media.autoplay.allow-muted;false
2. Visit any Gizmodo Family Website.
3. Revoke Permission "Autoplay Media With Sound".
3. Scroll to a Gizmodo video entry.
The video plays regardless of the setting.
Comment 2•6 years ago
|
||
While trying to repro this, I wasn't served any autoplaying video content when I tried scrolling through gizmodo.com.au's front page until I hit the "end" (page 5 shown in the location bar, a button to load more content appears).
Visiting jalopnik.com, I'm shown a video under "Recent Videos" that begins autoplaying only if I scroll it out of view and back into view. If I also toggle media.autoplay.enabled.user-gestures-needed to false, it never starts autoplaying. It seems unexpected that scrolling would be considered a user intention to allow the video to play, but I'm not familiar with the autoplay blocking policy. I'll needinfo Alastor to get his input.
Status: UNCONFIRMED → NEW
Ever confirmed: true
Flags: needinfo?(kinetik) → needinfo?(alwu)
Priority: -- → P3
Assignee | ||
Comment 3•6 years ago
|
||
This issue is because we didn't check the pref "media.autoplay.allow-muted" when decide whether video without audio track can autoplay.
Assignee: nobody → alwu
Blocks: block-autoplay
Flags: needinfo?(alwu)
Summary: Jw Player bypasses autoplay permission → Should not allow video-without-audio-track to autoplay when pref "media.autoplay.allow-muted=false"
Assignee | ||
Comment 4•6 years ago
|
||
When talking about autoplay, video without audio track should also be controlled by the pref "media.autoplay.allow-muted".
Pushed by alwu@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/dc450ef62331
hook pref "media.autoplay.allow-muted" to all inaudible autoplay media policy r=cpearce
Comment 6•6 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 6 years ago
status-firefox66:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla66
Updated•6 years ago
|
Updated•6 years ago
|
Whiteboard: [66b-qatriage-p2]
Updated•6 years ago
|
QA Whiteboard: [good first verify]
You need to log in
before you can comment on or make changes to this bug.
Description
•