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

Skip to content

[youtube] Don't use MuxedStream for livestreams#1556

Merged
gravyboat merged 1 commit into
streamlink:masterfrom
back-to:yt_is_live
Mar 16, 2018
Merged

[youtube] Don't use MuxedStream for livestreams#1556
gravyboat merged 1 commit into
streamlink:masterfrom
back-to:yt_is_live

Conversation

@back-to

@back-to back-to commented Mar 16, 2018

Copy link
Copy Markdown
Collaborator

MuxedStream won't work because the HTTPStream's are chunked without a reload,
so it won't work currently.

But HLS streams are working with 60 FPS now, so there is no need for the DASH stream.

  • added some debug messages
  • added url tests

moved code from _get_streams into _create_adaptive_streams

closes #1520

- 60 FPS are provided from HLS streams now
- added some debug messages
- added url tests
@back-to back-to added the plugin issue A Plugin does not work correctly label Mar 16, 2018
@codecov

codecov Bot commented Mar 16, 2018

Copy link
Copy Markdown

Codecov Report

Merging #1556 into master will increase coverage by 0.22%.
The diff coverage is 2.7%.

@@            Coverage Diff            @@
##           master   #1556      +/-   ##
=========================================
+ Coverage   32.78%     33%   +0.22%     
=========================================
  Files         222     222              
  Lines       12370   12382      +12     
=========================================
+ Hits         4055    4087      +32     
+ Misses       8315    8295      -20

@gravyboat

Copy link
Copy Markdown
Member

Good stuff, thanks @back-to.

@gravyboat gravyboat merged commit b50f86e into streamlink:master Mar 16, 2018
@back-to back-to deleted the yt_is_live branch March 17, 2018 12:32
mkbloke pushed a commit to mkbloke/streamlink that referenced this pull request Aug 18, 2020
[youtube] Don't use MuxedStream for livestreams
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

plugin issue A Plugin does not work correctly

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Youtube Livestream download starts then instantly closes

2 participants