[Webkit-unassigned] [Bug 229611] MediaRecorder with canvas captureStream() produces blank video

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Sep 5 06:10:55 PDT 2021


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

Alexander Khovansky <alex at khovansky.me> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |alex at khovansky.me

--- Comment #2 from Alexander Khovansky <alex at khovansky.me> ---
We ran into the same problem (except with a bit more erratic behavior) when using a canvas for realtime video modification.
It looks like it's not MediaRecorder specific but rather captureStream producing a bad stream.

Here's a codepen that demonstrates the issue:
https://codepen.io/alx-khovansky/pen/KKqgeNw

It has a video source that is rendered to a canvas, which is then rendered to a different video element using captureStream. Works in Safari 14 but not in TP.

-- 
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/20210905/b9e26b30/attachment.htm>


More information about the webkit-unassigned mailing list