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

[ntv.ru] ERROR: rtmpdump exited with code 1 #4918

Closed
spvkgn opened this issue Feb 10, 2015 · 2 comments
Closed

[ntv.ru] ERROR: rtmpdump exited with code 1 #4918

spvkgn opened this issue Feb 10, 2015 · 2 comments

Comments

@spvkgn
Copy link

@spvkgn spvkgn commented Feb 10, 2015

youtube-dl -v http://www.ntv.ru/peredacha/Spisok_Norkina/m43043/o318577/
[debug] System config: []
[debug] User config: []
[debug] Command-line args: ['-v', 'http://www.ntv.ru/peredacha/Spisok_Norkina/m43043/o318577/']
[debug] Encodings: locale UTF-8, fs UTF-8, out UTF-8, pref UTF-8
[debug] youtube-dl version 2015.02.10.3
[debug] Python version 2.7.3 - Linux-3.2.0-69-generic-pae-i686-with-LinuxMint-13-maya
[debug] exe versions: ffmpeg 2.4.2, ffprobe 2.4.2, rtmpdump 2.4
[debug] Proxy map: {}
[ntv.ru] peredacha/Spisok_Norkina/m43043/o318577/: Downloading webpage
[ntv.ru] 1048880: Downloading video XML
[debug] Invoking downloader on u'rtmp://media.ntv.ru/video1'
[download] Destination: «Список Норкина». Выпуск от 8 февраля 2015 года -1048880.flv
[debug] rtmpdump command line: rtmpdump --verbose -r rtmp://media.ntv.ru/video1 -o '«Список Норкина». Выпуск от 8 февраля 2015 года -1048880.flv.part' --swfVfy 'http://www.ntv.ru/swf/vps1.swf?update=20131128' --pageUrl http://www.ntv.ru --app video1 --playpath '/promo/2015/20150208/Norkin.mp4?ts=1423642189&md5=ZKGCDDq2c_QYFtQBFEeezA' --flashVer 'LNX 11,2,202,341' --live --conn B:1
[rtmpdump] RTMPDump v2.4
rtmpdump 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
[rtmpdump] DEBUG: Parsing...
[rtmpdump] DEBUG: Parsed protocol: 0
[rtmpdump] DEBUG: Parsed host : media.ntv.ru
[rtmpdump] DEBUG: Parsed app : video1
[rtmpdump] DEBUG: Protocol : RTMP
[rtmpdump] DEBUG: Hostname : media.ntv.ru
[rtmpdump] DEBUG: Port : 1935
[rtmpdump] DEBUG: Playpath : /promo/2015/20150208/Norkin.mp4?ts=1423642189&md5=ZKGCDDq2c_QYFtQBFEeezA
[rtmpdump] DEBUG: tcUrl : rtmp://media.ntv.ru:1935/video1
[rtmpdump] DEBUG: swfUrl : http://www.ntv.ru/swf/vps1.swf?update=20131128
[rtmpdump] DEBUG: pageUrl : http://www.ntv.ru
[rtmpdump] DEBUG: app : video1
[rtmpdump] DEBUG: flashVer : LNX 11,2,202,341
[rtmpdump] DEBUG: live : yes
[rtmpdump] DEBUG: timeout : 30 sec
[rtmpdump] DEBUG: SWFSHA256:
[rtmpdump] DEBUG: e8 b5 9f cd 80 00 27 ad 54 b6 79 1a 50 24 17 46
[rtmpdump] DEBUG: be fc 61 86 53 59 9a 22 af 08 ae 49 21 d0 8c dc
[rtmpdump] DEBUG: SWFSize : 819196
[rtmpdump] DEBUG: Setting buffer time to: 36000000ms
[rtmpdump] Connecting ...
[rtmpdump] ERROR: RTMP_Connect0, failed to connect socket. 111 (Connection refused)
[rtmpdump] DEBUG: Closing connection.

ERROR: rtmpdump exited with code 1
File "/usr/lib/python2.7/runpy.py", line 162, in _run_module_as_main
"main", fname, loader, pkg_name)
File "/usr/lib/python2.7/runpy.py", line 72, in _run_code
exec code in run_globals
File "/usr/local/bin/youtube-dl/main.py", line 19, in
youtube_dl.main()
File "/usr/local/bin/youtube-dl/youtube_dl/init.py", line 388, in main
_real_main(argv)
File "/usr/local/bin/youtube-dl/youtube_dl/init.py", line 378, in _real_main
retcode = ydl.download(all_urls)
File "/usr/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 1386, in download
res = self.extract_info(url)
File "/usr/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 643, in extract_info
return self.process_ie_result(ie_result, download, extra_info)
File "/usr/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 689, in process_ie_result
return self.process_video_result(ie_result, download=download)
File "/usr/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 1144, in process_video_result
self.process_info(new_info)
File "/usr/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 1319, in process_info
success = dl(filename, info_dict)
File "/usr/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 1294, in dl
return fd.download(name, info)
File "/usr/local/bin/youtube-dl/youtube_dl/downloader/common.py", line 316, in download
return self.real_download(filename, info_dict)
File "/usr/local/bin/youtube-dl/youtube_dl/downloader/rtmp.py", line 204, in real_download
self.report_error('rtmpdump exited with code %d' % retval)
File "/usr/local/bin/youtube-dl/youtube_dl/downloader/common.py", line 151, in report_error
self.ydl.report_error(_args, *_kargs)
File "/usr/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 511, in report_error
self.trouble(error_message, tb)
File "/usr/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 473, in trouble
tb_data = traceback.format_list(traceback.extract_stack())

@dstftw dstftw closed this in 054fe3c Feb 10, 2015
@dstftw
Copy link
Collaborator

@dstftw dstftw commented Feb 10, 2015

ntv.ru will work again in the next version. Thanks for the report.

@phihag
Copy link
Contributor

@phihag phihag commented Feb 11, 2015

Version 2015.02.11 includes the changes. See our FAQ if you need help updating.

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
3 participants
You can’t perform that action at this time.