Skip to content
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

fix: Do not disable streams on VOD #7370

Closed
wants to merge 1 commit into from

Conversation

joeyparrish
Copy link
Member

@joeyparrish joeyparrish commented Sep 24, 2024

Disabling streams on VOD makes no sense, because they are static and they don't "recover".

This avoids an infinite loading loop (switching between streams) when VOD segments time out.

Closes #7368

@shaka-bot
Copy link
Collaborator

Incremental code coverage: 93.33%

Copy link
Member

@avelad avelad left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this should be explicitly enabled in case there are 404 errors for example. Sometimes 404 errors occur because someone has deleted a segment, and we want to see that the stream is not interrupted and can switch to another quality. Sometimes there is a timeout when changing networks (mobile data vs WiFi), I don't think disabling everything in VOD is a good idea.

@joeyparrish
Copy link
Member Author

See my latest comments in the issue.

@joeyparrish joeyparrish deleted the fix-vod-loop-2 branch September 25, 2024 18:04
@shaka-bot shaka-bot added the status: archived Archived and locked; will not be updated label Nov 24, 2024
@shaka-project shaka-project locked as resolved and limited conversation to collaborators Nov 24, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
status: archived Archived and locked; will not be updated
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Stuck in a loop when VOD segments timeout
3 participants