<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#c5">Comment # 5</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:mario&#64;webkit.org" title="Mario Sanchez Prada &lt;mario&#64;webkit.org&gt;"> <span class="fn">Mario Sanchez Prada</span></a>
</span></b>
        <pre>(In reply to <a href="show_bug.cgi?id=140808#c4">comment #4</a>)
<span class="quote">&gt; You can get some debug infos with the GST_DEBUG env var:
&gt; 
&gt; GST_DEBUG=webkitwebsrc:5
&gt; </span >
I'll do that tomorrow morning, see what it comes up with. Thanks for the hint!

<span class="quote">&gt; Seek support is implemented in WebKitWebSourceGStreamer.cpp, you can see
&gt; there that it relies on HTTP range requests support, so if the server
&gt; doesn't support that, there's not much we can do :(
&gt; </span >
I don't think that's the case here, since all the videos from <a href="http://www.quirksmode.org/html5/tests/video.html">http://www.quirksmode.org/html5/tests/video.html</a> are hosted in the same server, and the WebM and H264 ones work fine, while the OGV does not.

<span class="quote">&gt; Additionally the demuxer (in this case, oggdemux) needs to handle this
&gt; properly.</span >

We are using the demuxer from gstreamer-plugins-base, perhaps it does not support this then? Although it still strikes me the fact that it works when played from a local source but not from a remote one...</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>