Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

All Commands - Very Slow on Raspberry pi #6503

Closed
acpadhi opened this issue Aug 9, 2015 · 3 comments
Closed

All Commands - Very Slow on Raspberry pi #6503

acpadhi opened this issue Aug 9, 2015 · 3 comments

Comments

@acpadhi
Copy link

@acpadhi acpadhi commented Aug 9, 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

@acpadhi
Copy link
Author

@acpadhi acpadhi commented Aug 9, 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
Copy link
Author

@acpadhi acpadhi commented Aug 9, 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

@dstftw
Copy link
Collaborator

@dstftw dstftw commented Aug 9, 2015

Duplicate of #3029.

@dstftw dstftw closed this Aug 9, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
2 participants
You can’t perform that action at this time.