shaka-project / shaka-player-embedded

Shaka Player in a C++ Framework
Apache License 2.0
238 stars 63 forks source link

Continue downloading while the app is in background mode #176

Closed OmarPedraza closed 3 years ago

OmarPedraza commented 3 years ago

Hi there, We're missing another feature for offline storage: being able to download while the app is in background mode.

Users' default behavior use to be to queue several contents for download and then leave the app in background for continuing doing other stuff or directly leave the device which will be automatically blocked (if not done by the user).

We tried both behaviors and download is stopped in both cases, but successfully recovered when coming back to the app. Would it be any chance to avoiding the download to stop if the app is not in the foreground?

Thanks!

TheModMaker commented 3 years ago

I'll mark this a duplicate of #154, since it basically is just a problem of us stopping in the background.