Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
Rate limit for RTMP #8509
Rate limit for RTMP #8509
Comments
|
|
Hi,
I've noticed that --rate-limit option doesn't seem to work for downloads via protocols like 'rtmp' and 'f4m'. Unfortunately I haven't had a chance to dig into the code so I was wondering if you know whether there's an easy way to fix this?
May this rate limit not be applied because youtube-dl internally invokes other tools (ffmpeg, rtmpdump) to download files or parts of files and those tools don't have an option to limit download speed? if so would it be possible to use trickle https://packages.debian.org/wheezy/net/trickle or another bandwidth app to apply rate limit?
Thanks