<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#c4">Comment # 4</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>You can get some debug infos with the GST_DEBUG env var:

GST_DEBUG=webkitwebsrc:5

Seek support is implemented in WebKitWebSourceGStreamer.cpp, you can see there that it relies on HTTP range requests support, so if the server doesn't support that, there's not much we can do :(

Additionally the demuxer (in this case, oggdemux) needs to handle this properly.</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>