[Webkit-unassigned] [Bug 176439] Safari on iOS11 Freezes when viewing a cropped remote video

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Dec 20 13:17:27 PST 2017


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

iamtesting <shamun at companysocia.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |shamun at companysocia.com

--- Comment #25 from iamtesting <shamun at companysocia.com> ---
iOS 11.2.5: Safari: Following does not work yet.

<video id="localVideo"  oncontextmenu="return false;"></video>
<video id="miniVideo"  oncontextmenu="return false;" autoplay="autoplay" muted="true"></video>

<script>
var mainVideoSeflView = document.getElementById('localVideo');//works
var pictureInPicture = document.getElementById('miniVideo');

// =============== Fail fail fail fail????? 
// (iOS iPad works, OSX Safari works, Google chrome works, Firefox works, Opera works


but not in iPhone???)

// =============== Fail fail fail fail????? 
pictureInPicture.srcObject = mainVideoSeflView.srcObject;
// FAIL FAIL FIAL

</script>

-- 
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/20171220/de282a82/attachment-0001.html>


More information about the webkit-unassigned mailing list