-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Aborting In-Progress Video Segment Downloads #7337
Comments
Are you referring to the preload API? A preload manager should abort downloads when you call |
Hi @theodab, question is actually valid for both Scenario (Given Segment Size ~ 500kb) I'm looking for a way to be able to cancel download for Video 1 - Segment 3, so that user's bandwidth can be dedicated in loading Video 2. But in case user comes back to Video 1, we should be able to play already downloaded segments of Video 1 instantly. |
You can:
Does this help? |
Closing due to inactivity. If this is still an issue for you or if you have further questions, the OP can ask shaka-bot to reopen it by including |
Have you read the Tutorials?
Yes
Have you read the FAQ and checked for duplicate open issues?
Yes
If the question is related to FairPlay, have you read the tutorial?
Not related
What version of Shaka Player are you using?
4.11.0
What browser and OS are you using?
Android Webview & Chrome
Please ask your question
I have an infinite video feed (m3u8 videos) and I start loading a video once it comes into focus. If user scrolls through videos really fast, then 1st video segment of all the videos start downloading parallely and choke the network bandwidth, resulting in delay in playing current focused video. As a possible solution, I would like to know if there's a way to abort the download of in progress video segments, if user moves to next video. As of now, I'm able to stop download of any new segments, but couldn't cancel the ones which are already being downloaded.
The text was updated successfully, but these errors were encountered: