Bug 66967
Summary: | [GStreamer] Application Cache support | ||
---|---|---|---|
Product: | WebKit | Reporter: | Philippe Normand <pnormand> |
Component: | WebKitGTK | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED WONTFIX | ||
Severity: | Normal | CC: | bugs-noreply |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Philippe Normand
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).
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |