[Webkit-unassigned] [Bug 162366] Allow multiple playing videos on a page with 'autoplay' and 'playsinline' attributes
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Oct 6 09:17:05 PDT 2016
https://bugs.webkit.org/show_bug.cgi?id=162366
--- Comment #2 from Jer Noble <jer.noble at apple.com> ---
This comes down to the following line in MediaSessionManagerIOS.mm:
156: addRestriction(PlatformMediaSession::Video, ConcurrentPlaybackNotPermitted);
We add a "no concurrent playback" restriction for all <video> elements. We'll need to come up with something more dynamic now that inline autoplaying of silent <video> elements is allowed.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20161006/a7f0d7dc/attachment.html>
More information about the webkit-unassigned
mailing list