[Webkit-unassigned] [Bug 85994] [GStreamer] Source element fails with .ogg files

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Sep 20 09:24:12 PDT 2013


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





--- Comment #36 from Philippe Normand <pnormand at igalia.com>  2013-09-20 09:23:16 PST ---
(In reply to comment #35)
> Created an attachment (id=212178)
 --> (https://bugs.webkit.org/attachment.cgi?id=212178&action=review) [details]
> Patch to handle 200 response on HTTP range requests
> 
> (In reply to comment #34)
> > (From update of attachment 212174 [details] [details])
> > View in context: https://bugs.webkit.org/attachment.cgi?id=212174&action=review
> > 
> > > Source/WebCore/platform/graphics/gstreamer/WebKitWebSourceGStreamer.cpp:-924
> > > -        locker.unlock();
> > 
> > Why remove this?
> 
> Oops, missed this one, fixed.
> 
> Btw, all the seeks that happen when loading this page are requested by oggdemux when trying to determine the stream duration. oggdemux will try to seek near the end of the file and then seek back to pos=1 (skip header) to determine the duration. Maybe we could find a way to cache the already downloaded resources and reuse them instead of re-requesting the data to the server (and getting the whole data again) on every seek.

In some cases fixing bug 119477 could help improve this yes.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list