[Webkit-unassigned] [Bug 225144] External hole punch player not working on WPE Webkit

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Apr 28 04:02:58 PDT 2021


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

--- Comment #5 from Miguel Gomez <magomez at igalia.com> ---
I've just given it a test and it works perfectly for me.

My bet is that you're not properly specifying the type to the video element. It needs to be done using a <source> tag. For example:

<video autoplay loop>
    <source src="720.mp4" type="video/holepunch">
    Your browser does not support the video tag.
</video> 

I have a page I use for testing that creates a video element of 640x480 at the top left corner of the window. You can try it here:

https://people.igalia.com/magomez/video/index-holepunch.html

-- 
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/20210428/ac270343/attachment.htm>


More information about the webkit-unassigned mailing list