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

RTMP download not working #1986

Closed
semprom opened this issue Dec 16, 2013 · 1 comment
Closed

RTMP download not working #1986

semprom opened this issue Dec 16, 2013 · 1 comment

Comments

@semprom
Copy link

@semprom semprom commented Dec 16, 2013

When trying to download youtube video i get this error.
I am using the latest version.

debug] System config: []
[debug] User config: []
[debug] Command-line args: ['-v', '-o', '/var/temporary/temp/4152753/4152753.flv', '--format', '22/35/18/34/6/5', 'http://www.youtube.com/watch?v=8wxOVn99FTE']
[debug] youtube-dl version 2013.12.11.2
[debug] Python version 2.6.6 - Linux-2.6.32-5-amd64-x86_64-with-debian-6.0.8
[debug] Proxy map: {}
[youtube] Setting language
[youtube] 8wxOVn99FTE: Downloading webpage
[youtube] 8wxOVn99FTE: Downloading video info webpage
[youtube] 8wxOVn99FTE: Extracting video information
[youtube] RTMP download detected
[download] Destination: /var/temporary/temp/4152753/4152753.flv
[debug] rtmpdump command line: rtmpdump --verbose -r rtmpe://v13.nonxt7.c.youtube.com/videoplayback -o /var/temporary/temp/4152753/4152753.flv.part --resume --skip 1
[rtmpdump] RTMPDump v2.3
rtmpdump 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
[rtmpdump] DEBUG: Parsing...
[rtmpdump] DEBUG: Parsed protocol: 2
[rtmpdump] DEBUG: Parsed host : v13.nonxt7.c.youtube.com
[rtmpdump] DEBUG: Parsed app : videoplayback
[rtmpdump] DEBUG: Number of skipped key frames for resume: 1
[rtmpdump] ERROR: You must specify a playpath (--playpath) or url (-r "rtmp://host[:port]/playpath") containing a playpath
ERROR: unable to download video
Traceback (most recent call last):
File "/usr/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 877, in download
self.extract_info(url)
File "/usr/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 487, in extract_info
return self.process_ie_result(ie_result, download, extra_info)
File "/usr/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 601, in process_ie_result
for r in ie_result['entries']
File "/usr/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 514, in process_ie_result
return self.process_video_result(ie_result, download=download)
File "/usr/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 634, in process_video_result
self.process_info(info_dict)
File "/usr/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 853, in process_info
raise UnavailableVideoError(err)
UnavailableVideoError: [Errno 2] No such file or directory: '/var/temporary/temp/4152753/4152753.flv.part'

@jaimeMF
Copy link
Collaborator

@jaimeMF jaimeMF commented Dec 16, 2013

Duplicate of #1797 (it hasn't been fixed yet). Thanks for the report.

@jaimeMF jaimeMF closed this Dec 16, 2013
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.