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

Error with rtmpdump #3198

Closed
Arnaud69 opened this issue Jul 5, 2014 · 1 comment
Closed

Error with rtmpdump #3198

Arnaud69 opened this issue Jul 5, 2014 · 1 comment

Comments

@Arnaud69
Copy link

@Arnaud69 Arnaud69 commented Jul 5, 2014

I did it :
./youtube-dl -f mp4/best --no-cache-dir "http://videos.arte.tv/fr/videos/claude-lanzmann--7328090.html" -v
[debug] System config: []
[debug] User config: []
[debug] Command-line args: ['-f', 'mp4/best', '--no-cache-dir', 'http://videos.arte.tv/fr/videos/claude-lanzmann--7328090.html', '-v']
[debug] Encodings: locale UTF-8, fs UTF-8, out UTF-8, pref UTF-8
[debug] youtube-dl version 2014.06.26
[debug] Python version 2.6.6 - Linux-2.6.38.2-grsec-xxxx-grs-ipv6-64-x86_64-with-debian-6.0.9
[debug] Proxy map: {}
[arte.tv] 7328090: Downloading metadata
[arte.tv] 7328090: Downloading configuration
[download] Destination: Claude Lanzmann, Ours d'or d'honneur à la Berlinale-7328090.flv
[debug] rtmpdump command line: rtmpdump --verbose -r 'rtmp://artestras.fcod.llnwd.net/a3903/o35/mp4:geo/videothek/ALL/arteprod/2013/02/15/AJ-20130214-Lanzmann_FR_282065_16by9_800_MP4?h=a1c6d1d4cc4c7933d50213c57092b400' -o 'Claude Lanzmann, Ours d'"'"'or d'"'"'honneur à la Berlinale-7328090.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: 0
[rtmpdump] DEBUG: Parsed host : artestras.fcod.llnwd.net
[rtmpdump] DEBUG: Parsed app : a3903/o35
[rtmpdump] DEBUG: Number of skipped key frames for resume: 1
[rtmpdump] DEBUG: Protocol : RTMP
[rtmpdump] DEBUG: Hostname : artestras.fcod.llnwd.net
[rtmpdump] DEBUG: Port : 1935
[rtmpdump] DEBUG: Playpath : mp4:geo/videothek/ALL/arteprod/2013/02/15/AJ-20130214-Lanzmann_FR_282065_16by9_800_MP4?h=a1c6d1d4cc4c7933d50213c57092b400
[rtmpdump] DEBUG: tcUrl : rtmp://artestras.fcod.llnwd.net:1935/a3903/o35
[rtmpdump] DEBUG: app : a3903/o35
[rtmpdump] DEBUG: live : yes
[rtmpdump] DEBUG: timeout : 0 sec
[rtmpdump] DEBUG: Failed to get last keyframe.
[rtmpdump] DEBUG: Closing connection.
[rtmpdump] 0 bytes
[rtmpdump] RTMPDump v2.3
rtmpdump 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
[rtmpdump] DEBUG: Parsing...
[rtmpdump] DEBUG: Parsed protocol: 0
[rtmpdump] DEBUG: Parsed host : artestras.fcod.llnwd.net
[rtmpdump] DEBUG: Parsed app : a3903/o35
[rtmpdump] DEBUG: Number of skipped key frames for resume: 1
[rtmpdump] DEBUG: Protocol : RTMP
[rtmpdump] DEBUG: Hostname : artestras.fcod.llnwd.net
[rtmpdump] DEBUG: Port : 1935
[rtmpdump] DEBUG: Playpath : mp4:geo/videothek/ALL/arteprod/2013/02/15/AJ-20130214-Lanzmann_FR_282065_16by9_800_MP4?h=a1c6d1d4cc4c7933d50213c57092b400
[rtmpdump] DEBUG: tcUrl : rtmp://artestras.fcod.llnwd.net:1935/a3903/o35
[rtmpdump] DEBUG: app : a3903/o35
[rtmpdump] DEBUG: live : yes
[rtmpdump] DEBUG: timeout : 0 sec
[rtmpdump] DEBUG: Failed to get last keyframe.
[rtmpdump] DEBUG: Closing connection.

ERROR: rtmpdump exited with code 1
File "/usr/lib/python2.6/runpy.py", line 122, in _run_module_as_main
"main", fname, loader, pkg_name)
File "/usr/lib/python2.6/runpy.py", line 34, in _run_code
exec code in run_globals
File "./youtube-dl/main.py", line 18, in
youtube_dl.main()
File "./youtube-dl/youtube_dl/init.py", line 852, in main
_real_main(argv)
File "./youtube-dl/youtube_dl/init.py", line 842, in _real_main
retcode = ydl.download(all_urls)
File "./youtube-dl/youtube_dl/YoutubeDL.py", line 1050, in download
self.extract_info(url)
File "./youtube-dl/youtube_dl/YoutubeDL.py", line 527, in extract_info
return self.process_ie_result(ie_result, download, extra_info)
File "./youtube-dl/youtube_dl/YoutubeDL.py", line 564, in process_ie_result
return self.process_video_result(ie_result, download=download)
File "./youtube-dl/youtube_dl/YoutubeDL.py", line 830, in process_video_result
self.process_info(new_info)
File "./youtube-dl/youtube_dl/YoutubeDL.py", line 1020, in process_info
success = dl(filename, info_dict)
File "./youtube-dl/youtube_dl/YoutubeDL.py", line 996, in dl
return fd.download(name, info)
File "./youtube-dl/youtube_dl/downloader/common.py", line 291, in download
return self.real_download(filename, info_dict)
File "./youtube-dl/youtube_dl/downloader/rtmp.py", line 201, in real_download
self.report_error('rtmpdump exited with code %d' % retval)
File "./youtube-dl/youtube_dl/downloader/common.py", line 144, in report_error
self.ydl.report_error(_args, *_kargs)
File "./youtube-dl/youtube_dl/YoutubeDL.py", line 405, in report_error
self.trouble(error_message, tb)
File "./youtube-dl/youtube_dl/YoutubeDL.py", line 367, in trouble
tb_data = traceback.format_list(traceback.extract_stack())

[...]
rtmpdump -v
RTMPDump v2.3
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
ERROR: You must specify a hostname (--host) or url (-r "rtmp://host[:port]/playpath") containing a hostname

So is it an error of my rtmpdump, or do you think i did something wrong ?
(i'm on debian)
Many Thx

@jaimeMF jaimeMF closed this in 459af43 Jul 7, 2014
@jaimeMF
Copy link
Collaborator

@jaimeMF jaimeMF commented Jul 7, 2014

Thanks for the report! It will work in the next version.

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.