-
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
Temporarily disable streams on error #4121
Comments
We don't do that automatically, but it could be possible in a future version. Today AbrManager chooses tracks, but not based on errors. Ideally, we could ban (permanently or temporarily) a track with too many errors. This is discussed in #1542 |
Hi @joeyparrish thanks for your quick response. I've been reading #1542 and... I started doing a POC ( seems working ok ) about how can this issue be addressed... but since I'm newbie with shaka... maybe this is not the correct way to proceed. I was wondering if you can do a quick "CR" in order to give me some feedback in order to know if I'm totally lost and this code changes are "trash" or... I'm in the correct path: main...albertdaurell:feature/temporarily-disable-variants-on-error |
@albertdaurell Your idea seems good and it seems that it may be related to #2541, are you interested in submitting a PR? |
I'll give a try... created! Thx! |
Hi all, while testing DASH contents, for example Big Buck Bunny: the Dark Truths of a Video Dev Cartoon (DASH) if you block network requests for a quality
https://storage.googleapis.com/shaka-demo-assets/bbb-dark-truths/v-0720p-2500k-libx264.mp4
in order to simulate a CDN error but only for a video quality:The player does not try to switch to another quality when
streaming.retryParameters.maxAttempts
limit is reached.maxAttempts
limit is reachedHTTP_ERROR
is thrown?Thank you very much
The text was updated successfully, but these errors were encountered: