I get yt-dlp error #121
Replies: 1 comment 1 reply
-
Tested now, it's working, but with some minor warning messages in log:
Seems that YouTube is again introducing anti-downloading protection. But yt-dlp is still able to bypass it. At least, sometimes.
It's required to work with WebOne & FFmpeg. By default, Yt-dlp is downloading into a one file or two files, then merges to one file. It's not suitable for on-fly converting or access via Web browser. So default options are configuring Yt-dlp to export single downloaded video+audio stream to FFmpeg input stream, then FFmpeg is outputting it to WebOne, which is redirecting the content to client.
Strange, but this working with CLI version of yt-dlp, but not with WebOne. Probably yt-dlp is not correctly merging both DASH streams to a single with these parameters being used. |
Beta Was this translation helpful? Give feedback.
-
I get new error yt-dlp
Console says "Error ffmpeg with code 251"
Edit: Accoding to debug, It is faild to resolve host.
But Look my system network is fine. So, I tried minimam options.
I removed "-o -" option, "pipe:" options and change "best" to "bestvideo+bestaudio".
Also, It is command succes.
How to fix this? I can't write C#.
Beta Was this translation helpful? Give feedback.
All reactions