Closed
Bug 1210231
Opened 9 years ago
Closed 9 years ago
Decode unencrypted H.264 and AAC using Adobe's CDM on Windows (Vista, and K/N editions)
Categories
(Core :: Audio/Video: Playback, defect, P1)
Tracking
()
RESOLVED
FIXED
mozilla45
People
(Reporter: cpeterson, Assigned: cpearce)
References
Details
Attachments
(1 file)
2.27 KB,
patch
|
jya
:
review+
|
Details | Diff | Splinter Review |
Anthony says cpearce is already working on this.
Reporter | ||
Comment 1•9 years ago
|
||
cpearce is working on this for Windows (XP, Vista, and N editions without platform decoders), but the code should also work on Linux when Adobe delivers Linux builds of their CDM.
Assignee | ||
Comment 2•9 years ago
|
||
* Move GMP PDM to the end of the PDMFactory's list, so that we prefer the WMF and other PDMs when creating decoders.
* Toggle the pref.
Attachment #8674665 -
Flags: review?(jyavenard)
Comment 3•9 years ago
|
||
Comment on attachment 8674665 [details] [diff] [review]
Patch: Enable decoding for unencrypted video via Adobe's GMP if available
Review of attachment 8674665 [details] [diff] [review]:
-----------------------------------------------------------------
::: browser/app/profile/firefox.js
@@ +1833,5 @@
> pref("media.eme.enabled", true);
> pref("media.eme.apiVisible", true);
>
> +// Decode using Gecko Media Plugins in <video>, if a system decoder is not
> +// availble and the preferred GMP is available.
available
Attachment #8674665 -
Flags: review?(jyavenard) → review+
Comment 5•9 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 9 years ago
status-firefox45:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla45
Assignee | ||
Comment 6•9 years ago
|
||
Release Note Request (optional, but appreciated)
[Why is this notable]: On Windows systems without platform H.264/AAC/MP3 decoders (Windows N and KN variants, and Windows Vista without the "Platform Update Supplement for Windows Vista" installed), HTML5 audio/video will now play MP4/H.264/AAC and MP3 using Adobe's Primetime EME plugin for decoding. Windows XP is still unsupported.
[Suggested wording]:
On Windows Vista and later versions of Windows, systems without platform H.264/AAC/MP3 decoders (Windows N and KN variants, and Windows Vista without the "Platform Update Supplement for Windows Vista" installed), HTML5 audio/video will now play MP4/H.264/AAC and MP3 using Adobe's Primetime EME plugin for decoding.
[Links (documentation, blog post, etc)]:
relnote-firefox:
--- → ?
Assignee | ||
Comment 7•9 years ago
|
||
Note: Adobe have not provided an EME plugin that works on Windows XP, so we can't use their plugin for MP4 playback on Windows XP yet.
Adjusting bug title to reflect that, so as to reduce confusion.
Summary: Decode unencrypted H.264 and AAC using Adobe's CDM on Windows (XP, Vista, and N editions) → Decode unencrypted H.264 and AAC using Adobe's CDM on Windows (Vista, and K/N editions)
Reporter | ||
Comment 8•9 years ago
|
||
(In reply to Chris Pearce (:cpearce) from comment #6)
> [Links (documentation, blog post, etc)]:
Microsoft's decoders may be able to use hardware video decoding and will use less power than Adobe's CDM decoder. I think we should link to the SUMO page that describes how to install Microsoft's decoders for power users who are so inclined.
[Suggested wording]:
The Mozilla Support website describes how to download Microsoft's H.264/AAC/MP3 decoders, which are optimized to use hardware video decoding:
https://support.mozilla.org/en-US/kb/fix-video-audio-problems-firefox-windows
Comment hidden (off-topic) |
Comment hidden (off-topic) |
Comment 11•9 years ago
|
||
Chris, could you provide a simplified wording? This one is too long and I am not even sure I understand it.
Thanks
Flags: needinfo?(cpearce)
Assignee | ||
Comment 12•9 years ago
|
||
[Suggested wording]:
On Windows Vista and later systems which don't have functioning MP4 audio/video decoders, Firefox will use the Adobe Primetime Content Decryption Module for decoding MP4 audio/video.
Flags: needinfo?(cpearce)
Comment 14•9 years ago
|
||
Added to the release notes with "On Windows Vista and later systems which don't have functioning MP4 audio/video decoders, the Adobe Primetime Content Decryption Module for decoding MP4 audio/video will be used" as wording.
However, I am pretty sure comms will propose something better :)
Reporter | ||
Comment 15•9 years ago
|
||
Sylvestre, decoding of unencrypted H.264 and AAC using the Adobe CDM has been disabled (by bug 1237145) due to Adobe AAC bug 1236756. We expect Adobe to deliver a fix later this week. Should we track bug 1236756 for release and/or remove this new rel note until the bug is fixed?
Flags: needinfo?(sledru)
Comment 16•9 years ago
|
||
OK, removed from the release notes. Please resubmit when ready!
relnote-firefox:
45+ → ---
Flags: needinfo?(sledru)
You need to log in
before you can comment on or make changes to this bug.
Description
•