yt-dlp --limit-rate switch does not work. mpv limit download speed rate #16557
Answered
by
kasper93
KamelittaOida
asked this question in
Q&A
-
i'm trying to make yt-dlp -r work but mpv ignores the switch. am i doing something wrong or is it really not supported? |
Beta Was this translation helpful? Give feedback.
Answered by
kasper93
Jul 17, 2025
Replies: 1 comment 3 replies
-
ytdl is not used to get/download the content (just metadata, urls, etc), so that option won't do anything. internally mpv uses ffmpeg to get the actual content via the urls extracted by ytdl. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I don't think at this moment there is a way to rate limit. This might change once I get into finishing my http source for mpv, but that kinda stalled some time ago.