Closed
Bug 1409670
Opened 8 years ago
Closed 8 years ago
Clearkey example with clear start doesn't play on mac or linux
Categories
(Core :: Audio/Video: Playback, defect, P3)
Tracking
()
RESOLVED
FIXED
mozilla58
| Tracking | Status | |
|---|---|---|
| firefox58 | --- | fixed |
People
(Reporter: jya, Assigned: JamesCheng)
References
()
Details
Attachments
(1 file)
STR:
1- open https://beaufortfrancois.github.io/sandbox/media/clearkey
2- select "H264 - Clear lead of 10s" in the drop down menu
3- Check the MSE box
4- Click on "Load & Play"
Expected: content play (it's video only)
Actual result: spinner, video never starts
It plays on Windows or on Chrome.
| Reporter | ||
Updated•8 years ago
|
Flags: needinfo?(jacheng)
| Assignee | ||
Comment 1•8 years ago
|
||
keep ni?
I will investigate this issue.
Thanks.
Assignee: nobody → jacheng
| Comment hidden (mozreview-request) |
| Assignee | ||
Comment 3•8 years ago
|
||
In our Clearkey decryption implementation, we don't consider the sample would be unencrypted.
So we decrypt a clear sample and lead to decrypting error from
http://searchfox.org/mozilla-central/rev/d0448c970093f94bd986a21d3a9e8c366b316eb4/media/gmp-clearkey/0.1/ClearKeyDecryptionManager.cpp#167,171
Flags: needinfo?(jacheng)
Comment 4•8 years ago
|
||
| mozreview-review | ||
Comment on attachment 8920051 [details]
Bug 1409670 - Skip decrypting request when receiving an unencrypted sample in Clearkey implementation.
https://reviewboard.mozilla.org/r/191050/#review196374
Attachment #8920051 -
Flags: review?(cpearce) → review+
Pushed by jacheng@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/58190ad9f36d
Skip decrypting request when receiving an unencrypted sample in Clearkey implementation. r=cpearce
Updated•8 years ago
|
Priority: -- → P3
Comment 6•8 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 8 years ago
status-firefox58:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla58
You need to log in
before you can comment on or make changes to this bug.
Description
•