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

[youtube] download_with_rtmpdump Permission denied on Android #1859

Closed
canamcy opened this issue Nov 29, 2013 · 3 comments
Closed

[youtube] download_with_rtmpdump Permission denied on Android #1859

canamcy opened this issue Nov 29, 2013 · 3 comments

Comments

@canamcy
Copy link

@canamcy canamcy commented Nov 29, 2013

video id = 1-5bzCOLMb8
ytdl version ~ 2013-11-23

outube] 1-5bzCOLMb8: Downloading video info webpage
outube] 1-5bzCOLMb8: Extracting video information
outube] RTMP download detected
ownload] Destination: /sdcard/yo0/M/MB300.yt/Jusqu'au bout de la route-1-5bz
b8.flv
ROR: RTMP download detected but "rtmpdump" could not be run
aceback (most recent call last):
File "/mnt/sdcard/sl4a/scripts/!yo-2b/youtube_dl.py/youtube_dl/FileDownloade
", line 279, in _download_with_rtmpdump
subprocess.call(['rtmpdump', '-h'], stdout=(open(os.path.devnull, 'w')), s
r=subprocess.STDOUT)
File "/home/manuel/AptanaStudio3Workspace/python-for-android/python-build/ou
/usr/lib/python2.6/subprocess.py", line 444, in call
File "/home/manuel/AptanaStudio3Workspace/python-for-android/python-build/ou
/usr/lib/python2.6/subprocess.py", line 595, in init
File "/home/manuel/AptanaStudio3Workspace/python-for-android/python-build/ou
/usr/lib/python2.6/subprocess.py", line 1092, in _execute_child
Error: [Errno 13] Permission denied

@jaimeMF
Copy link
Collaborator

@jaimeMF jaimeMF commented Nov 29, 2013

Do you have rtmpdump installed in your Android device?

@canamcy
Copy link
Author

@canamcy canamcy commented Nov 30, 2013

No.[but it comes up with permission denied(su?) instead of err not found]. So some videos can only use rtmpdump?

@jaimeMF
Copy link
Collaborator

@jaimeMF jaimeMF commented Nov 30, 2013

Yes, for some videos rtmpdump is needed. Although currently those videos from youtube can't be downloaded (see #1797)
About the error note, the first line says it couldn't find rtmpdump, the rest is just the traceback and the original python exception.
Thanks for the report.

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.