[Webkit-unassigned] [Bug 272525] REGRESSION (iOS 17.4): HLS Videos with AES Encryption in combination with data-uri's fail to start

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Apr 12 06:17:03 PDT 2024


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

--- Comment #9 from markmeeus <mark.meeus at gmail.com> ---
It's a bit tedious to set up a sample, because our hls fragments are generated on the fly.
But I think it can be easily reproduced by using a stream manifest with a key definition that looks like this:

#EXT-X-KEY:METHOD=AES-128,URI="data:application/octet-stream;charset=utf-8;base64,REDACTED-KEY-IN-BASE64",IV=0XFB84E8FB21A0D6170945E0D0C2FD6E35

so it's not related to http, but to having the key in a data uri like this.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20240412/987a8673/attachment.htm>


More information about the webkit-unassigned mailing list