Bug 66967 - [GStreamer] Application Cache support
Summary: [GStreamer] Application Cache support
Status: RESOLVED WONTFIX
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKitGTK (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-08-25 11:49 PDT by Philippe Normand
Modified: 2018-02-26 01:41 PST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Philippe Normand 2011-08-25 11:49:37 PDT
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).