Closed
Bug 1185782
Opened 10 years ago
Closed 10 years ago
Remove media.windows-media-foundation.enabled pref
Categories
(Core :: Audio/Video, defect, P1)
Core
Audio/Video
Tracking
()
RESOLVED
FIXED
mozilla42
| Tracking | Status | |
|---|---|---|
| firefox42 | --- | fixed |
People
(Reporter: cpearce, Assigned: cpearce)
References
Details
Attachments
(1 file)
|
3.92 KB,
patch
|
jya
:
review+
|
Details | Diff | Splinter Review |
We're seeing MediaSource.addSourceBuffer() fail on Netflix.com with valid input.
This could happen if Windows Media Foundation is disabled via media.windows-media-foundation.enabled pref. We don't really need that pref anymore, since playback can be disabled by the media.fragmented-mp4 prefs.
We should remove the media.windows-media-foundation.enabled pref, as it's redundant, and we suspect it's causing Netflix to fail.
STR:
1. Set media.windows-media-foundation.enabled to false.
2. Load Netflix video.
Expected result:
Netflix video plays.
Observed result:
Netflix displays a F7355 error.
As an aside, I think users do this to prevent Firefox from loading the videos opened in a VideoDocument. Our pref to control that isn't working, I filed bug 1185730 for that.
| Assignee | ||
Comment 1•10 years ago
|
||
Remove WMF toggle pref; now the media.fragmented* and media-format-reader.mp4 prefs handle this.
Attachment #8636345 -
Flags: review?(jyavenard)
Comment 2•10 years ago
|
||
Comment on attachment 8636345 [details] [diff] [review]
Patch: Remove WMF toggle pref
Review of attachment 8636345 [details] [diff] [review]:
-----------------------------------------------------------------
::: dom/media/test/test_can_play_type_mpeg.html
@@ +141,2 @@
> // TODO: Add "getPref("media.plugins.enabled")" once MP4 works on Gingerbread.
>
I think if you removed the existing trailing spaces, no one would say anything :)
Attachment #8636345 -
Flags: review?(jyavenard) → review+
Comment 4•10 years ago
|
||
Status: NEW → RESOLVED
Closed: 10 years ago
status-firefox42:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla42
| Assignee | ||
Comment 5•10 years ago
|
||
Beta try push:
https://treeherder.mozilla.org/#/jobs?repo=try&revision=588abc33bda3
Aurora try push:
https://treeherder.mozilla.org/#/jobs?repo=try&revision=1d07b822046b
STR in comment #0.
I have verified that this patch fixes the issue in Nightly using STR from comment #0.
Flags: needinfo?(cpearce)
| Assignee | ||
Comment 6•10 years ago
|
||
Beta try push that builds:
https://treeherder.mozilla.org/#/jobs?repo=try&revision=7645c670e21b
| Assignee | ||
Comment 7•10 years ago
|
||
After thinking about it, I don't think we need to uplift this. Netflix should be checking canPlayType, rather than assuming the user hasn't preffed off something required in Firefox.
Flags: needinfo?(cpearce)
Updated•10 years ago
|
Flags: qe-verify+
Updated•10 years ago
|
Flags: qe-verify+
You need to log in
before you can comment on or make changes to this bug.
Description
•