[Webkit-unassigned] [Bug 232076] Safari on iOS cannot play a video from data uri or blob

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Oct 23 17:09:30 PDT 2021


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

--- Comment #17 from Jer Noble <jer.noble at apple.com> ---
Howdy folks, a quick update on our investigation into this bug. It appears a regression in a framework used for loading data through custom URL schemes occurred in iOS 15 where the "Range:" header was not included in blob:// URL requests. This caused the entire contents of the Blob to be fetched, rather than just the few bytes requested by the media framework.

While the underlying issue is being investigated, I'm working on a workaround in bug #232195.

-- 
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/20211024/e3034dc6/attachment.htm>


More information about the webkit-unassigned mailing list