Summary: | REGRESSION (Safari 15): canvas.captureStream results in red video | ||||||
---|---|---|---|---|---|---|---|
Product: | WebKit | Reporter: | btham | ||||
Component: | Canvas | Assignee: | Nobody <webkit-unassigned> | ||||
Status: | RESOLVED DUPLICATE | ||||||
Severity: | Normal | CC: | dino, eric.carlson, jer.noble, kkinnunen, rychouwei, smoley, tom, webkit-bug-importer, youennf | ||||
Priority: | P2 | Keywords: | InRadar | ||||
Version: | Safari 15 | ||||||
Hardware: | Mac (Intel) | ||||||
OS: | macOS 11 | ||||||
Attachments: |
|
Description
btham
2021-10-12 11:17:23 PDT
By the way, the Safari Technology Preview version I am using to reproduce this issue is STP 132. Thanks for filing, This does not reproduce for me on the latest macOS Monterey beta 10 (21A5552a) or on STP 133. Are you still seeing this issue on those builds? Created attachment 441408 [details]
red video
Just upgraded to STP 133 but still having the same issue.
I'm on macOS 11.5.2 by the way.
Thanks for the report, it is still a problem *** This bug has been marked as a duplicate of bug 230621 *** This issue still not fixed. 1. generate a canvas and a 2d context. 2. fill random number to canvas by context.fillText(); 3. canvas.captureStream() and use video tag to play canvas mediaStream can be reproduced on Mac Safari 15.4 https://sdk-web-1252463788.cos.ap-hongkong.myqcloud.com/trtc/webrtc/test/rychou-test/canvas-safari/index.html |