[Webkit-unassigned] [Bug 277799] New: Playback stalls when src is a .m3u8 data url
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Aug 8 07:53:12 PDT 2024
https://bugs.webkit.org/show_bug.cgi?id=277799
Bug ID: 277799
Summary: Playback stalls when src is a .m3u8 data url
Product: WebKit
Version: Safari 17
Hardware: Mac (Apple Silicon)
OS: macOS 14
Status: NEW
Severity: Normal
Priority: P2
Component: Media
Assignee: webkit-unassigned at lists.webkit.org
Reporter: geraint.fisher at gmail.com
Created attachment 472082
--> https://bugs.webkit.org/attachment.cgi?id=472082&action=review
reproduction example
If a .m3u8 file is set a src on an audio element the manifest plays correctly. If you put that exact same manifest inline and set it as src as a data url e.g. `data:application/vnd.apple.mpegurl;base64,<encoded manifest>}` then a stalled event is fired and nothing plays.
Attached repro includes some additional details and examples of playing with both encrypted/clear content and using both url and data url.
--
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/20240808/5d69945e/attachment.htm>
More information about the webkit-unassigned
mailing list