Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
Error with rtmpdump #3198
Error with rtmpdump #3198
Comments
|
Thanks for the report! It will work in the next version. |
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