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.
Bandwidth Throttling #219
Bandwidth Throttling #219
Comments
|
This isn't easy to implement with urllib/urllib2 and rtmpdump. However, you can simply use trickle to throttle downloads. If you have a nice implementation for urllib2 (and/or rtmpdump), feel free to create a pull request, which will be merged if it doesn't break anything else. I'm closing this issue for now, since one can easily use trickle:
|
I would like to see a bandwidth throttle option to limit the bandwidth used (ex. -bw 40). This would limit the bandwidth of the file being downloaded to 40 KB/s. Having this option would leave us some bandwidth to surf the internet faster while downloading files. Thanks in advance!