RESOLVED DUPLICATE of bug 230623 235176
Fail to stream Canvas to Video
https://bugs.webkit.org/show_bug.cgi?id=235176
Summary Fail to stream Canvas to Video
Echai
Reported 2022-01-13 01:43:46 PST
Very easy to simulate this bug! By using the following webrtc testing page with IOS 15.2 IPad. https://webrtc.github.io/samples/src/content/capture/canvas-video/ 1) open the page and control and move the left canvas picture 2) video on the right side is not showing This Bug affect our Enterprise very much as we are sharing a demo screen (canvas) to our client. This is a very critical bug of IOS 15! All of staffs are stuck in IOS 14 now.
Attachments
Radar WebKit Bug Importer
Comment 1 2022-01-20 01:44:14 PST
Kimmo Kinnunen
Comment 2 2022-01-20 23:13:40 PST
Thanks for the report. Unfortunately the feature of capturing 2dcontext or WebGL canvas to a video element is currently failing intermittently. As a workaround, you could try to show the canvas element itself, if this is only possible for your application. *** This bug has been marked as a duplicate of bug 230623 ***
Kimmo Kinnunen
Comment 3 2022-01-21 02:10:22 PST
To work around this problem, one might try to assign or re-assign the stream in a different JavaScript callback than the one that creates the video element.
Note You need to log in before you can comment on or make changes to this bug.