Skip to content

stream.dash: add --dash-manifest-reload-attempts #5208

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

Conversation

bastimeyer
Copy link
Member

This adds --dash-manifest-reload-attempts and the respective session option with a default value of 3, similar to --hls-playlist-reload-attempts.

HTTP requests of dynamic DASH stream manifests currently don't have a retry value set, so if a request fails due to a temporary connection/server issue, then no new segments can be queued. Failed requests still raise a StreamError on the worker thread, same as the HLS implementation, which needs to be fixed separately.

@bastimeyer bastimeyer force-pushed the stream/dash/dash-manifest-reload-attempts branch from 868f9e2 to 924b6d5 Compare February 28, 2023 12:27
@bastimeyer bastimeyer force-pushed the stream/dash/dash-manifest-reload-attempts branch from 924b6d5 to 4341dce Compare February 28, 2023 18:14
@gravyboat gravyboat merged commit 0ad0a41 into streamlink:master Feb 28, 2023
@bastimeyer bastimeyer deleted the stream/dash/dash-manifest-reload-attempts branch February 28, 2023 22:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants