<html>
    <head>
      <base href="https://bugs.webkit.org/" />
    </head>
    <body><span class="vcard"><a class="email" href="mailto:johnplaisted&#64;google.com" title="John Plaisted &lt;johnplaisted&#64;google.com&gt;"> <span class="fn">John Plaisted</span></a>
</span> changed
              <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Safari 9 refuses to jump small gaps in video buffer"
   href="https://bugs.webkit.org/show_bug.cgi?id=156316">bug 156316</a>
        <br>
             <table border="1" cellspacing="0" cellpadding="8">
          <tr>
            <th>What</th>
            <th>Removed</th>
            <th>Added</th>
          </tr>

         <tr>
           <td style="text-align:right;">CC</td>
           <td>
               &nbsp;
           </td>
           <td>johnplaisted&#64;google.com
           </td>
         </tr></table>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Safari 9 refuses to jump small gaps in video buffer"
   href="https://bugs.webkit.org/show_bug.cgi?id=156316#c5">Comment # 5</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Safari 9 refuses to jump small gaps in video buffer"
   href="https://bugs.webkit.org/show_bug.cgi?id=156316">bug 156316</a>
              from <span class="vcard"><a class="email" href="mailto:johnplaisted&#64;google.com" title="John Plaisted &lt;johnplaisted&#64;google.com&gt;"> <span class="fn">John Plaisted</span></a>
</span></b>
        <pre>I'd like to add here that when you encounter this issue that you apparently cannot set currentTime = buffered.start(0) to resolve it. You must set currentTime = buffered.start(0) + [some small number like 0.1]. In the first example 0.1 &gt; 0.083, so it resumes. Though the amount you need to add isn't consistent.

I would think that buffered.start gives an inclusive time, no? And that the work around for this issue *should* be currentTime = buffered.start(0).

Maybe this deserves its own bug, not sure.</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>