<html>
    <head>
      <base href="https://bugs.webkit.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Allow multiple playing videos on a page with 'autoplay' and 'playsinline' attributes"
   href="https://bugs.webkit.org/show_bug.cgi?id=162366#c2">Comment # 2</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Allow multiple playing videos on a page with 'autoplay' and 'playsinline' attributes"
   href="https://bugs.webkit.org/show_bug.cgi?id=162366">bug 162366</a>
              from <span class="vcard"><a class="email" href="mailto:jer.noble&#64;apple.com" title="Jer Noble &lt;jer.noble&#64;apple.com&gt;"> <span class="fn">Jer Noble</span></a>
</span></b>
        <pre>This comes down to the following line in MediaSessionManagerIOS.mm:
156:    addRestriction(PlatformMediaSession::Video, ConcurrentPlaybackNotPermitted);

We add a &quot;no concurrent playback&quot; restriction for all &lt;video&gt; elements. We'll need to come up with something more dynamic now that inline autoplaying of silent &lt;video&gt; elements is allowed.</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>