[Webkit-unassigned] [Bug 140808] [GTK] .ogv videos over http cannot seek using video controls

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Aug 6 08:02:23 PDT 2015


https://bugs.webkit.org/show_bug.cgi?id=140808

--- Comment #4 from Philippe Normand <pnormand at igalia.com> ---
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.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150806/2e10dc23/attachment.html>


More information about the webkit-unassigned mailing list