[Webkit-unassigned] [Bug 141959] [EFL][GTK] http/tests/media/clearkey/clear-key-hls-aes128.html is timeout since r79641

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Mar 8 20:54:36 PST 2016


https://bugs.webkit.org/show_bug.cgi?id=141959

--- Comment #7 from Jer Noble <jer.noble at apple.com> ---
Philipe,

The unrecognized scheme "clearkey:" is a trigger to begin the EME code path.  If you change it to just crypt0.key, and your HLS back-end fetches, decrypts, and displays the media stream, there will be no 'needkey' message to signal the client to fetch and add key data through the EME APIs.

In OS X, the AVFoundation APIs give us a notification that there is media data that cannot be retrieved through HTTP(s), providing us the "clearkey:crypt0.key" URI. Perhaps there is something similar in the hlsdemux libraries?

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160309/aa21e84c/attachment.html>


More information about the webkit-unassigned mailing list