-
Notifications
You must be signed in to change notification settings - Fork 67
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
Thumbnailing failed on some youtube DASH videos #8
Comments
|
Hmh. I thought I could use a playlist to bypass the limit but mpv can only handle lines up to 8K characters long. |
Fixed in 40cadfc. |
Thx for the fast response again! |
Hmm... Have you looked at the
You can pass the url from file or stdin, and it doesn't have length limit. |
The The real solution is to have a script setup a pre-hook and let the script read the playlist with no character limits, but that's not a clean solution yet (workers should not pre-hook because there can be multiple, and the osc-client pre-hooking feels wrong and having a third script just to pre-hook the playlist is stupid). |
or you can make a patch for mpv, or ask for a feature/changing in code. |
150 kilobytes of a media path is ridiculous. It's not fair to expect mpv to parse playlist entries that long, and I have features I'd already want in that they're not really interested in - a patch to read up to and over 150 kilobyte lines would be scoffed at - there's just no reason to expect entries that long, especially so since this can be fixed with the hook script. |
When mpv opens DASH and audio streams separately or only the DASH stream, thumbnailing is failed with this message:
The log file is completely missing. When using
--ytdl-format=18
the thumbnailing is ok.Not all videos are failing, but I can't see the differences between them. For example this works:
The text was updated successfully, but these errors were encountered: