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

MPV can’t play YouTube audio only streams (140, 251, etc.) after updating yt-dlp to 2023.03.03 (No video or audio streams selected) #11404

Closed
Trit34 opened this issue Mar 4, 2023 · 2 comments

Comments

@Trit34
Copy link

Trit34 commented Mar 4, 2023

Important Information

Provide following Information:

  • mpv version: 0.35.1
  • Platform and Version: Kinux, Arch Linux, up to date (2023-3-4)
  • Source of the mpv binary: Arch Linux official repository (pacman)

Reproduction steps

Copy the videos tab URL of a YouTube channel, and make it play with MPV, as mpv --ytdl-format=140 --shuffle https://www.youtube.com/@FireflyAMVEntertainment/videos

Expected behavior

MPV should play the audio streams of the YT playlist in random order.

Actual behavior

Error messages since I have updated yt-dlp to version 2023.03.03 (which fixes a throttling YT behaviour, as mentioned on these issues:
yt-dlp/yt-dlp#6369
yt-dlp/yt-dlp#6400

$ mpv --ytdl-format=140 --shuffle https://www.youtube.com/@FireflyAMVEntertainment/videos

Playing: https://www.youtube.com/watch?v=jSnIFVRjl2E
EDL specifies no segments.'
EDL parsing failed.
Error in EDL.
No video or audio streams selected.

Playing: https://www.youtube.com/watch?v=QWi5oKitpUs
EDL specifies no segments.'
EDL parsing failed.
Error in EDL.
No video or audio streams selected.

Playing: https://www.youtube.com/watch?v=A7B0LXpC96A
EDL specifies no segments.'
EDL parsing failed.
Error in EDL.
No video or audio streams selected.

Choosing one of the non-throttled streams (18 or 22) still works.

Plus (but it’s certainly related), drag’n’dropping YT videos thumbnails on a MPV window will result with only the best video stream played, with no audio (while both best video and audio were played fine before updating yt-dlp to 2023.03.03).

Log file

Make a log file made with -v -v or --log-file=output.txt, paste it to
https://0x0.st/ or attach it to the github issue, and replace this text with a
link to it.

output.txt

@N-R-K
Copy link
Contributor

N-R-K commented Mar 4, 2023

Duplicate of #11392

@Trit34
Copy link
Author

Trit34 commented Mar 4, 2023

Duplicate of #11392

Oh? OK, thanks. Well, I just noticed it, but it’s a good thing that it is already a known bug. o/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants