You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When downloading HLS / DASH videos for offline mode, can I stop a single download while having all the rest downloading?
I've found a similar issue "Pause/Resume download with HlsDownloader or DashDownloader" where the solution is stopping all downloads, using stopDownloads from DownloadManager class. But can I stop only one selected download?
In case a user wants to download a queued video without losing progress on the current downloading video. It is a nice feature to have, if it doesn't exist.
Version of ExoPlayer being used
2.8.4
The text was updated successfully, but these errors were encountered:
Issue description
When downloading HLS / DASH videos for offline mode, can I stop a single download while having all the rest downloading?
I've found a similar issue "Pause/Resume download with HlsDownloader or DashDownloader" where the solution is stopping all downloads, using
stopDownloads
fromDownloadManager
class. But can I stop only one selected download?In case a user wants to download a queued video without losing progress on the current downloading video. It is a nice feature to have, if it doesn't exist.
Version of ExoPlayer being used
2.8.4
The text was updated successfully, but these errors were encountered: