[Webkit-unassigned] [Bug 216887] Low Power mode is disabling video autoplay

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Sep 30 10:27:34 PDT 2020


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

--- Comment #4 from Sean Aye <sean at wandrnow.com> ---
This also causes issues with capturing video thumbnails. Users also can upload videos and we show a thumbnail preview of the video before upload. 

AFAIK the only way to show this thumbnail from a File is to play the video in a hidden video element then capture an image via `canvas.getContext('2d').drawImage(video, 0, 0, canvas.width, canvas.height)`.

This method for video thumbnail capture only works if the file can be played programmatically via javascript. Therefore video thumbnails cannot be captured if a device is on low power mode

-- 
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/20200930/c6c3257a/attachment.htm>


More information about the webkit-unassigned mailing list