Carlos E. R. wrote:
On 2014-04-14 06:16, Carlos E. R. wrote:
On 2014-04-14 04:38, Carl Hartung wrote:
Invoke 'youtube-dl --help' to view additional options.
Wonderful! And I can also tell it to download subtitles. And it does resume after interrupt!
This is a jewel! :-)
I found a hurdle.
Download Options: -r, --rate-limit LIMIT maximum download rate in bytes per second (e.g. 50K or 4.2M)
Using "-r 50K" with several combinations does not limit speed to 50K, but rather to an average 50K by stopping it fully at intervals, then continuing at full speed.
That's a pity, it seemed like a god solution. I guess the rate-calculator has room for improvement. If you need this sort of rate limiting frequently, you could look at using 'tc' (traffic control) on your firewall. It's quite complex to set up, but it works very well. I used to use it for reserving bandwidth for VoIP. Another simple option is to see if TOS works for you: iptables -A PREROUTING -t mangle -p udp --dport 53 -j TOS --set-tos Minimize-Delay I've got that sort of thing in my firewall for dns and ssh, but I have never tried to see if it actually has any effect :-) -- Per Jessen, Zürich (16.0°C) http://www.dns24.ch/ - your free DNS host, made in Switzerland. -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org