[Webkit-unassigned] [Bug 242679] [macOS] Canvas.getContext('2d').drawImage on a camera video stream does not work when tab is backgrounded

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jul 22 04:15:51 PDT 2022


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

--- Comment #4 from youenn fablet <youennf at gmail.com> ---
In the jsfiddle, the video element is not playing any audio and might be paused when page goes to background.
One way to prevent it is to add a silent audio track. For instance https://jsfiddle.net/0h5edpLw/.

This raises the question of what happens to media elements which get paused as not visible+silent while they are repeatedly drawn to canvas.
In a sense, these media elements are visible so we should probably not pause them.

-- 
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/20220722/fc983743/attachment-0001.htm>


More information about the webkit-unassigned mailing list