<html>
    <head>
      <base href="https://bugs.webkit.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - [GTK] .ogv videos over http cannot seek using video controls"
   href="https://bugs.webkit.org/show_bug.cgi?id=140808#c6">Comment # 6</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - [GTK] .ogv videos over http cannot seek using video controls"
   href="https://bugs.webkit.org/show_bug.cgi?id=140808">bug 140808</a>
              from <span class="vcard"><a class="email" href="mailto:pnormand&#64;igalia.com" title="Philippe Normand &lt;pnormand&#64;igalia.com&gt;"> <span class="fn">Philippe Normand</span></a>
</span></b>
        <pre>(In reply to <a href="show_bug.cgi?id=140808#c5">comment #5</a>)
<span class="quote">&gt; (In reply to <a href="show_bug.cgi?id=140808#c4">comment #4</a>)
&gt; &gt; You can get some debug infos with the GST_DEBUG env var:
&gt; &gt; 
&gt; &gt; GST_DEBUG=webkitwebsrc:5
&gt; &gt; 
&gt; I'll do that tomorrow morning, see what it comes up with. Thanks for the
&gt; hint!
&gt; 
&gt; &gt; Seek support is implemented in WebKitWebSourceGStreamer.cpp, you can see
&gt; &gt; there that it relies on HTTP range requests support, so if the server
&gt; &gt; doesn't support that, there's not much we can do :(
&gt; &gt; 
&gt; I don't think that's the case here, since all the videos from
&gt; <a href="http://www.quirksmode.org/html5/tests/video.html">http://www.quirksmode.org/html5/tests/video.html</a> are hosted in the same
&gt; server, and the WebM and H264 ones work fine, while the OGV does not.
&gt; 
&gt; &gt; Additionally the demuxer (in this case, oggdemux) needs to handle this
&gt; &gt; properly.
&gt; 
&gt; We are using the demuxer from gstreamer-plugins-base, perhaps it does not
&gt; support this then? Although it still strikes me the fact that it works when
&gt; played from a local source but not from a remote one...</span >

Well it depends how the pipeline retrieves data from the source, there are 2 modes, push and pull. By local source you mean file:///? In that configuration push mode is selected (I think) and filesrc has a complete access to the data, and then seeking is easy. But for an http:// source, where we can't randomly access data easily, we work in pull mode and that's a bit more complicated.</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>