<html>
    <head>
      <base href="https://bugs.webkit.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Media Source Extensions - SourceBuffer &quot;mode&quot; support"
   href="https://bugs.webkit.org/show_bug.cgi?id=157539#c1">Comment # 1</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Media Source Extensions - SourceBuffer &quot;mode&quot; support"
   href="https://bugs.webkit.org/show_bug.cgi?id=157539">bug 157539</a>
              from <span class="vcard"><a class="email" href="mailto:johnsfreemusic&#64;gmail.com" title="johnsfreemusic&#64;gmail.com">johnsfreemusic&#64;gmail.com</a>
</span></b>
        <pre>Bumping to see if there's an update and also to note that my example is backwards:

 In sequence mode the data will &quot;overlap&quot; and the total amount buffered will be 4 minutes. The first 3 minutes will be the second song, the last minute will be the last minute of the first song.
- In segments mode the data will not overlap and the total amount buffered will be 7 minutes. The first 4 minutes are the first song, the last 3 minutes are the second song.


Should reverse sequence and segments mode:

 In *segments* mode the data will &quot;overlap&quot; and the total amount buffered will be 4 minutes. The first 3 minutes will be the second song, the last minute will be the last minute of the first song.
- In *sequence* mode the data will not overlap and the total amount buffered will be 7 minutes. The first 4 minutes are the first song, the last 3 minutes are the second song.

<a href="https://www.w3.org/TR/media-source/#idl-def-AppendMode">https://www.w3.org/TR/media-source/#idl-def-AppendMode</a></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>