Closed
Bug 1407113
Opened 8 years ago
Closed 7 years ago
Twitch streams don't play when media.autoplay.enabled is set to false
Categories
(Core :: Audio/Video: Playback, defect, P3)
Tracking
()
RESOLVED
INVALID
| Tracking | Status | |
|---|---|---|
| platform-rel | --- | ? |
People
(Reporter: chancharge, Unassigned)
Details
(Whiteboard: [platform-rel-Twitch])
Attachments
(1 file)
|
826.32 KB,
image/png
|
Details |
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.13; rv:57.0) Gecko/20100101 Firefox/57.0
Build ID: 20171005195903
Steps to reproduce:
1. Click on any live channel on www.twitch.tv
2. Click the play button
Actual results:
Nothing happens, but the video updates every time I click the play button. In the file uploaded, the video is frozen. There is also no audio.
Expected results:
The stream should've started playing as soon as I hit the play button, like on YouTube.
| Reporter | ||
Updated•8 years ago
|
OS: Unspecified → Mac OS X
Hardware: Unspecified → x86_64
Updated•8 years ago
|
Component: Untriaged → Audio/Video: Playback
Product: Firefox → Core
Updated•8 years ago
|
Priority: -- → P3
| Reporter | ||
Comment 1•8 years ago
|
||
Update: This also affects netflix.com
Updated•8 years ago
|
platform-rel: --- → ?
Whiteboard: [platform-rel-Twitch]
Comment 2•8 years ago
|
||
If setting
media.autoplay.enabled => false
breaks custom video controls on a site, you can try this new preference added in Firefox 59:
media.autoplay.enabled.user-gestures-needed => true
Note that it also has the side effect of allowing muted videos to autoplay, which will increase bandwidth consumption.
(1) In a new tab, type or paste about:config in the address bar and press Enter/Return. Click the button to accept the risk.
(2) In the search box above the list, type or paste autoplay and pause while the list is filtered
(3)
> Firefox 61 (Nightly):
Double-click the media.autoplay.enabled.user-gestures-needed preference to switch the value from false to true
> Firefox 59 (Release) or 60 (Beta):
You need to create that preference, it is hidden in these versions. Here's how:
(A) Select and copy the following preference name:
media.autoplay.enabled.user-gestures-needed
(B) Right-click a blank area of the about:config page, then click New > Boolean
(C) In the small dialog that appears, paste the new preference name and click OK
(D) In the next dialog, click true then click OK
That works for me on Vimeo; I haven't tested Twitch or Netflix.
| Reporter | ||
Comment 3•8 years ago
|
||
That setting appears to solve the issue, thank you!
| Reporter | ||
Updated•7 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 7 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•