shaka-player-embedded icon indicating copy to clipboard operation
shaka-player-embedded copied to clipboard

Add chance to resume unfinished downloads

Open OmarPedraza opened this issue 5 years ago • 1 comments
trafficstars

Hi here, Another behavior we have seen is that when a download doesn't finish due to user closing the app, next time the download is started again, it starts from scratch.

What the framework does in that case? Are all files from download removed? Will it be possible to add a status for resuming them again automatically whenever possible?

Thanks!

OmarPedraza avatar Oct 22 '20 16:10 OmarPedraza

This would require changes to Shaka Player to add this (see google/shaka-player#1301). When a download is stopped without using the API, the data will be orphaned and still be in the offline database, but won't be accessible (see google/shaka-player#2420).

TheModMaker avatar Oct 22 '20 17:10 TheModMaker