[Webkit-unassigned] [Bug 155778] Embedded audio does not work in SVG+SMIL animation

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Apr 13 09:17:33 PDT 2016


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

--- Comment #4 from Jer Noble <jer.noble at apple.com> ---
AVFoundation will silently fail to load data: URLs, without triggering our AVAssetResourceLoaderDelegate. We could hack around this by rewriting "data:" to "webkit-data:", handling the request in the delegate, and re-rewriting "webkit-data:" back to "data:" before passing it off to the WebCore loader.

-- 
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/20160413/c5cddb89/attachment.html>


More information about the webkit-unassigned mailing list