[Webkit-unassigned] [Bug 230922] REGRESSION (iOS 15): Autoplayed video element with mediaStream srcObject freezes
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Nov 17 00:19:14 PST 2023
https://bugs.webkit.org/show_bug.cgi?id=230922
jeeinn <908589510 at qq.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |908589510 at qq.com
--- Comment #19 from jeeinn <908589510 at qq.com> ---
In iOS17.1.1 Safari will appear to autoplay but randomly go to full screen.
In iOS17.2Beta3 it will automatically go to full screen black screen but won't play, when clicking on the picture-in-picture mode it can play normally
https://github.com/jeeinn/video_srcObject/blob/834922287206273c2e9bcad85819de775d4b1088/index.html#L65-L67
```
stream = canvas.captureStream();
video = document.getElementById('theVideo');
video.srcObject = stream;
```
--
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/20231117/958aa277/attachment.htm>
More information about the webkit-unassigned
mailing list