[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 09:44:37 PDT 2015


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

--- Comment #5 from Mario Sanchez Prada <mario at webkit.org> ---
(In reply to comment #4)
> You can get some debug infos with the GST_DEBUG env var:
> 
> GST_DEBUG=webkitwebsrc:5
> 
I'll do that tomorrow morning, see what it comes up with. Thanks for the hint!

> 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 :(
> 
I don't think that's the case here, since all the videos from http://www.quirksmode.org/html5/tests/video.html are hosted in the same server, and the WebM and H264 ones work fine, while the OGV does not.

> Additionally the demuxer (in this case, oggdemux) needs to handle this
> properly.

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...

-- 
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/e9109dd4/attachment.html>


More information about the webkit-unassigned mailing list