[Webkit-unassigned] [Bug 183368] Video stream will freeze with WebRTC in iphone (ios 11)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Mar 6 09:02:09 PST 2018


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

--- Comment #1 from youenn fablet <youennf at gmail.com> ---
Hi Jia,

I can repro your issue.
Looking at your example, it does not seem like it freezes but it pauses the video when starting to play the other video. If you add controls to the video element, you can see this happening.

Your example seems close to https://webrtc.github.io/samples/src/content/peerconnection/pc1/
This example when tweaked to add playsinline for each video element should work fine, maybe you can take inspiration from this example.

The reason is that your local video is not muted, maybe WebKit has a bug there.
The workaround would be to set a MediaStream with just one video track and no audio track.

-- 
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/20180306/7060e114/attachment.html>


More information about the webkit-unassigned mailing list