-
Notifications
You must be signed in to change notification settings - Fork 6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support partial stream downloads #1497
Comments
You want to delay the start? |
Hello, I want to know how to cache while playing mp3? thx a lot! @blueslabs |
For downloading DASH streams, please see: Currently it isn't possible to download partially. Let's use this issue to track the implementation of this feature. |
@tonihei I would also suggest supporting scenario where app will want to download part of the stream but from specific position and not only from the start and give the duration that is requested to download as a parameter |
Note: We will want any solution to work for both download (we keep a record of it, and retain the downloaded data until the app tells us not to) and pre-caching (fire-and-forget from the application). Gaps we have currently:
|
Hello |
This is just a question. Trying to see if it is possible to do prefetch with DASH. Basically we want to preload the cache with a couple of seconds of data before a video is played.
Is DashChunkSource the one we should look into? Can we use it directly and have it fill some data to the CacheDataSource?
The text was updated successfully, but these errors were encountered: