All Commands - Very Slow on Raspberry pi #5329

Closed
opened 2026-02-21 01:05:15 -05:00 by deekerman · 3 comments
Owner

Originally created by @acpadhi on GitHub (Aug 8, 2015).

$ - 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

Originally created by @acpadhi on GitHub (Aug 8, 2015). $ - 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
Author
Owner

@acpadhi commented on GitHub (Aug 8, 2015):

FYI, also checked with this :

time youtube-dl --force-ipv4 --youtube-skip-dash-manifest --verbose
[debug] System config: []
[debug] User config: []
[debug] Command-line args: [u'--force-ipv4', u'--youtube-skip-dash-manifest', 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.818s
user 0m13.350s
sys 0m0.880s

@acpadhi commented on GitHub (Aug 8, 2015): FYI, also checked with this : time youtube-dl --force-ipv4 --youtube-skip-dash-manifest --verbose [debug] System config: [] [debug] User config: [] [debug] Command-line args: [u'--force-ipv4', u'--youtube-skip-dash-manifest', 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.818s user 0m13.350s sys 0m0.880s
Author
Owner

@acpadhi commented on GitHub (Aug 8, 2015):

Running it on my Desktop, which is a Q6600 CPU with 8Gb ram and Ubuntu 14.04 is fast enough.

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.6 - Linux-3.13.0-61-generic-x86_64-with-Ubuntu-14.04-trusty
[debug] exe versions: avconv 9.18-6, avprobe 9.18-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 0m0.876s
user 0m0.653s
sys 0m0.115s

@acpadhi commented on GitHub (Aug 8, 2015): Running it on my Desktop, which is a Q6600 CPU with 8Gb ram and Ubuntu 14.04 is fast enough. 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.6 - Linux-3.13.0-61-generic-x86_64-with-Ubuntu-14.04-trusty [debug] exe versions: avconv 9.18-6, avprobe 9.18-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 0m0.876s user 0m0.653s sys 0m0.115s
Author
Owner

@dstftw commented on GitHub (Aug 8, 2015):

Duplicate of #3029.

@dstftw commented on GitHub (Aug 8, 2015): Duplicate of #3029.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/youtube-dl#5329
No description provided.