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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Aug 7 03:11:35 PDT 2015


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

--- Comment #11 from Mario Sanchez Prada <mario at webkit.org> ---
(In reply to comment #5)
> (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!
> 
As a follow-up on this, I run MiniBrowser today with this envvar set and this is what I got when trying to seek a WebM or an OGV from the link mentioned before (same output in both cases):

  0:00:25.454755142 28295      0x24d64c0 DEBUG           webkitwebsrc ../../Source/WebCore/platform/graphics/gstreamer/WebKitWebSourceGStreamer.cpp:864:webKitWebSrcSeekDataCb:<source> Seeking to offset: 1495502
  0:00:25.454781350 28295      0x24d64c0 DEBUG           webkitwebsrc ../../Source/WebCore/platform/graphics/gstreamer/WebKitWebSourceGStreamer.cpp:872:webKitWebSrcSeekDataCb:<source> Doing range-request seek
  0:00:25.455223500 28295      0x316a0a0 DEBUG           webkitwebsrc ../../Source/WebCore/platform/graphics/gstreamer/WebKitWebSourceGStreamer.cpp:808:webKitWebSrcNeedDataCb:<source> Need more data: 4096
  0:00:25.455281497 28295      0x24d64c0 DEBUG           webkitwebsrc ../../Source/WebCore/platform/graphics/gstreamer/WebKitWebSourceGStreamer.cpp:471:webKitWebSrcStop:<source> Stopped request
  0:00:25.455336743 28295      0x24d64c0 DEBUG           webkitwebsrc ../../Source/WebCore/platform/graphics/gstreamer/WebKitWebSourceGStreamer.cpp:582:webKitWebSrcStart:<source> Persistent connection support disabled
  0:00:25.455538976 28295      0x24d64c0 DEBUG           webkitwebsrc ../../Source/WebCore/platform/graphics/gstreamer/WebKitWebSourceGStreamer.cpp:617:webKitWebSrcStart:<source> Started request
  0:00:25.567535912 28295      0x24d64c0 DEBUG           webkitwebsrc ../../Source/WebCore/platform/graphics/gstreamer/WebKitWebSourceGStreamer.cpp:927:handleResponseReceived:<source> Received response: 206

Additionally, I can see a whole lot of lines like the following ones in both cases too:

0:02:39.882248677 28295      0x3196d40 DEBUG           webkitwebsrc ../../Source/WebCore/platform/graphics/gstreamer/WebKitWebSourceGStreamer.cpp:808:webKitWebSrcNeedDataCb:<source> Need more data: 4096

Yet I could not spot any difference between the two scenarios. Maybe am I missing something else?

(In reply to comment #7)
> It is also interesting that the crash happens in JS without any trace of
> going into GStreamer, or am I missing anything?

As Philip said, I think this might be unrelated. At least I'm not getting any crash either with 2.8.4 or SVN trunk either

-- 
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/20150807/644b1615/attachment.html>


More information about the webkit-unassigned mailing list