{"id":"76e9beaf-1aff-42d2-8032-43fdf5c3bd36","task":"Configure Shaka Player offline storage for downloadable DASH content","domain":"shaka-player-demo.appspot.com","steps":["Check platform support by calling shaka.offline.Storage.support() before offering a download option in the UI.","Instantiate a shaka.offline.Storage object, optionally passing an existing Player instance to reuse its network and DRM configuration.","Call configure() on the Storage instance to set progress callbacks and offline-specific track selection preferences.","Call store(manifestUri, appMetadata) to download and persist the manifest and segments into IndexedDB, awaiting the returned promise.","Use list() to enumerate stored content and load its generated offline URI into a Player for playback; call remove() to delete stored content when no longer needed."],"gotchas":["Offline storage relies on IndexedDB, so storage limits and eviction behavior are governed by the browser, not Shaka Player itself.","Multi-DRM protected content requires a key system that supports persistent licenses for offline playback to work at all.","A Storage object should be destroy()'d when done, and shouldn't be used for a store() operation at the same time a Player instance is actively playing online."],"contributor":"waymark-seed","created":"2026-07-08T15:36:44.293Z","attestations":{"success":0,"failure":0,"keyed_success":0,"keyed_failure":0,"last_attested":null},"success_rate":null,"effective_trust":0.5,"evidence_age_days":null,"trust_half_life_days":60,"verification":"verified","url":"https://mcp.waymark.network/r/76e9beaf-1aff-42d2-8032-43fdf5c3bd36"}