-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Add pause/resume and auto resume to the offline API #1301
Copy link
Copy link
Open
Labels
component: offlineThe issue involves the offline storage system of Shaka PlayerThe issue involves the offline storage system of Shaka Playerflag: seeking PRWe are actively seeking PRs for this; we do not currently expect the core team will resolve thisWe are actively seeking PRs for this; we do not currently expect the core team will resolve thispriority: P2Smaller impact or easy workaroundSmaller impact or easy workaroundtype: enhancementNew feature or requestNew feature or request
Milestone
Metadata
Metadata
Assignees
Labels
component: offlineThe issue involves the offline storage system of Shaka PlayerThe issue involves the offline storage system of Shaka Playerflag: seeking PRWe are actively seeking PRs for this; we do not currently expect the core team will resolve thisWe are actively seeking PRs for this; we do not currently expect the core team will resolve thispriority: P2Smaller impact or easy workaroundSmaller impact or easy workaroundtype: enhancementNew feature or requestNew feature or request
Type
Fields
Give feedbackNo fields configured for issues without a type.
Today if you try to download a big movie and stop in the middle - next time you'll need to restart the download since there isn't any logic that check what already downloaded.
The suggestion here is to check if the keys already stored and only fetch the missing ones.
In addition user may want to pause & resume download - add this API