Thanks to visit codestin.com
Credit goes to github.com

Skip to content

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

Merged
gravyboat merged 1 commit into
streamlink:masterfrom
beardypig:dash-args-fix
Jul 13, 2019
Merged

stream.dash: use the stream args in the writer and worker#2545
gravyboat merged 1 commit into
streamlink:masterfrom
beardypig:dash-args-fix

Conversation

@beardypig

Copy link
Copy Markdown
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
Copy Markdown
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