Closed
Bug 1176145
Opened 9 years ago
Closed 9 years ago
[EME] Expose CDM version number in MediaKeys.keySystem string
Categories
(Core :: Audio/Video, defect, P2)
Core
Audio/Video
Tracking
()
RESOLVED
FIXED
mozilla43
People
(Reporter: cpearce, Assigned: cpearce)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
19.61 KB,
patch
|
eflores
:
review+
ritu
:
approval-mozilla-aurora+
ritu
:
approval-mozilla-beta+
|
Details | Diff | Splinter Review |
To help partners debug CDM version specific bugs, we should expose the CDM version number that's installed by reporting it in the keySystem string.
Updated•9 years ago
|
status-firefox38.0.5:
--- → wontfix
status-firefox39:
--- → wontfix
status-firefox40:
--- → affected
status-firefox41:
--- → affected
status-firefox42:
--- → affected
Priority: -- → P1
Assignee | ||
Comment 1•9 years ago
|
||
A better approach would be to add a "version" field to the MediaKeys object; I think we should discuss this with out partners and propose this to the working group, rather than adding something gecko-specific here.
Assignee | ||
Comment 2•9 years ago
|
||
Going to de-prioritize this pending discussion with partners validating the need for it.
Priority: P1 → P2
Assignee | ||
Comment 3•9 years ago
|
||
This means users of EME can associate errors in the CDM with CDM versions.
Attachment #8650842 -
Flags: review?(edwin) → review+
Assignee | ||
Comment 4•9 years ago
|
||
Comment 6•9 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 9 years ago
status-firefox43:
--- → fixed
Flags: in-testsuite+
Resolution: --- → FIXED
Target Milestone: --- → mozilla43
Assignee | ||
Updated•9 years ago
|
Flags: needinfo?(cpearce)
Assignee | ||
Comment 7•9 years ago
|
||
Assignee | ||
Comment 8•9 years ago
|
||
Comment on attachment 8650842 [details] [diff] [review]
Patch: Expose CDM version in keySystem attributes
Approval Request Comment
[Feature/regressing bug #]: EME
[User impact if declined]: Netflix won't be able to tell what version of the Adobe CDM they're using; so they won't be able to correlate errors to CDM versions.
[Describe test coverage new/current, TreeHerder]: We have lots of EME mochitests, and a test specifically to cover this case.
[Risks and why]: Low; this just changes the string that is reported on a JS object.
[String/UUID change made/needed]: None.
Attachment #8650842 -
Flags: approval-mozilla-beta?
Attachment #8650842 -
Flags: approval-mozilla-aurora?
Comment on attachment 8650842 [details] [diff] [review]
Patch: Expose CDM version in keySystem attributes
The patch is pretty big but 1) I am happy to see that the try push is clean (Mochi-e10s failures don't block us as 41 is non-e10s by default) and 2) there is an automated test. Let's uplift to Aurora42 and Beta41. This patch should help with diagnostics on Netflix-CDM video playback issues.
Attachment #8650842 -
Flags: approval-mozilla-beta?
Attachment #8650842 -
Flags: approval-mozilla-beta+
Attachment #8650842 -
Flags: approval-mozilla-aurora?
Attachment #8650842 -
Flags: approval-mozilla-aurora+
I'm hitting conflicts trying to uplift this to aurora. Can we get a branch specific patch for this?
Assignee | ||
Comment 11•9 years ago
|
||
(In reply to Wes Kocher (:KWierso) from comment #10)
> I'm hitting conflicts trying to uplift this to aurora. Can we get a branch
> specific patch for this?
You can get rebased patches from the Try push;
Aurora: https://hg.mozilla.org/try/raw-rev/7e9a3d26553d
Beta: https://hg.mozilla.org/try/raw-rev/5f7d948ebbf3
Thanks!
Assignee | ||
Comment 12•9 years ago
|
||
Assignee | ||
Comment 13•9 years ago
|
||
Assignee | ||
Updated•9 years ago
|
Flags: needinfo?(cpearce)
You need to log in
before you can comment on or make changes to this bug.
Description
•