google / google/ExoPlayer

Downloads: Support per-download requirements

Open
#9,819 5 comments 0 reactions 1 assignee Assigned to @marcbaechinger View on GitHub
enhancement low priority
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.