[Webkit-unassigned] [Bug 271828] Webpage background video fails to load

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Mar 28 19:26:16 PDT 2024


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

Karl Dubost <karlcow at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jean-yves.avenard at apple.com
                   |                            |, jer.noble at apple.com
           See Also|                            |https://bugs.webkit.org/sho
                   |                            |w_bug.cgi?id=251119

--- Comment #3 from Karl Dubost <karlcow at apple.com> ---
The relevant part is 

<video playsinline=""
                 webkit-playsinline=""
                 loop=""
                 muted=""
                 autoplay="">
            <source src="blob:https://fullarmorfilms.com/7fdbdbeb-f2a0-45e1-940b-d152c6c682bd"
                    type="application/x-mpegURL">
          </video>




In the console I get (after waiting for a long while.)

[Error] VideoPlayerError: Media failed to decode
construct
r — 7433.509e41b74fe5cca373eb.js:2:2256
construct
(anonymous function) — 7433.509e41b74fe5cca373eb.js:2:2797
i — 7433.509e41b74fe5cca373eb.js:2:2962
value — 7433.509e41b74fe5cca373eb.js:2:3292
(anonymous function) — 7433.509e41b74fe5cca373eb.js:2:371439
dispatchEvent
Te — 7433.509e41b74fe5cca373eb.js:2:525886
(anonymous function) — 7433.509e41b74fe5cca373eb.js:2:577307

        (anonymous function) (7433.509e41b74fe5cca373eb.js:2:371512)
        dispatchEvent
        Te (7433.509e41b74fe5cca373eb.js:2:525886)
        (anonymous function) (7433.509e41b74fe5cca373eb.js:2:577307)



I wonder if it's related to https://github.com/videojs/video.js/issues/8345
replay broken on ios 16 safari with application/x-mpegURL #8345


which should have been fixed by Bug 251119
But this is not working on iOS 17.4.1, I wonder if it has been released yet on Safari/iOS as it definitely works on macOS.

-- 
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/20240329/61085187/attachment.htm>


More information about the webkit-unassigned mailing list