Downloads: Support per-download requirements
- Dominant language
- Java
- Stars
- 21.9k
- Forks
- 6k
- PR merge metrics
- No merged PRs in 30d
Description
I am trying to download dash content from a network storage device to client device using ExoPlayer's DownloadManager, However When I submit the downloadrequest and their is no internet connection. Downloadmanager simply put the download in Stop state and wait for internet connection requirement to be met.
I am downloading from local network so internet is not needed but current DownloadManager add Network as a mandatory requirement for process downloads.
Is there any way or api I can use to tell DownloadManager to skip Internet requirement because I am downloading content from local network.
here is the stack over flow question
**https://stackoverflow.com/questions/70496661/downloading-content-from-local-network-storage-using-exoplayer**
Contributor guide
Assessment
This issue has not been assessed yet.