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

stream.dash: use the stream args in the writer and worker #2545

Merged
merged 1 commit into from Jul 13, 2019

Conversation

beardypig
Copy link
Member

Uses the DASHStream.args in the DASHStreamWriter to request segments, and in DASHStreamWorker to reload the manifest.

copy.deepcopy is used in DASHStreamWriter.fetch because the the headers can be modified with a Range header, and it would be set the headers for all future requests otherwise.

Fixes #2291

@gravyboat
Copy link
Member

This looks good @beardypig, thanks!

@gravyboat gravyboat added the bug label Jul 13, 2019
@gravyboat gravyboat merged commit 0f01f35 into streamlink:master Jul 13, 2019
mkbloke pushed a commit to mkbloke/streamlink that referenced this pull request Aug 18, 2020
stream.dash: use the stream args in the writer and worker
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

DASHStream: can't use headers for DASHStreamReader/Worker/Writer
2 participants