[Webkit-unassigned] [Bug 66967] New: [GStreamer] Application Cache support

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Aug 25 11:49:37 PDT 2011


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

           Summary: [GStreamer] Application Cache support
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit Gtk
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: pnormand at igalia.com


In the case where on-disk buffering is done it should be done to the Application Cache (if enabled). This would allow us to play the buffered file directly for the next playbacks of the media URI.

- find a way to configure the queue2 created by uridecodebin, we should set the temp-template property to point to the Cache directory before buffering starts
- when loading a URI, first check if it's been previously cached. If so, load the cached file

One should also  check the use-cases where buffering is interrupted or a seek is done (=> regions of the buffered media got skipped).

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