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.
All Commands - Very Slow on Raspberry pi #6503
Comments
|
FYI, also checked with this : time youtube-dl --force-ipv4 --youtube-skip-dash-manifest --verbose youtube-dl: error: You must provide at least one URL. real 0m14.818s |
|
Running it on my Desktop, which is a Q6600 CPU with 8Gb ram and Ubuntu 14.04 is fast enough. time youtube-dl --verbose youtube-dl: error: You must provide at least one URL. real 0m0.876s |
|
Duplicate of #3029. |
$ - time youtube-dl --verbose
[debug] System config: []
[debug] User config: []
[debug] Command-line args: [u'--verbose']
[debug] Encodings: locale UTF-8, fs UTF-8, out UTF-8, pref UTF-8
[debug] youtube-dl version 2015.08.06.1
[debug] Python version 2.7.3 - Linux-4.0.9+-armv6l-with-debian-7.8
[debug] exe versions: avconv 9.14-6, avprobe 9.14-6, ffmpeg 0.8.17-6
[debug] Proxy map: {}
Usage: youtube-dl [OPTIONS] URL [URL...]
youtube-dl: error: You must provide at least one URL.
Type youtube-dl --help to see a list of all options.
real 0m14.736s
user 0m13.200s
sys 0m0.930s
I was monitoring the top command, and while those 14 seconds elapsed, the python process shot upto 96% load for most of the time, and then finally a couple of seconds before the execution completed, youtube-dl entry in top was taking the same 96% load before the program final shows the above output.
Raspberry Pi Model B Rev 2