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

[Newstube] rtmpdump exited with code 1 #9253

Closed
ghost opened this issue Apr 20, 2016 · 0 comments
Closed

[Newstube] rtmpdump exited with code 1 #9253

ghost opened this issue Apr 20, 2016 · 0 comments

Comments

@ghost
Copy link

@ghost ghost commented Apr 20, 2016

  • I've verified and I assure that I'm running youtube-dl 2016.04.19
  • At least skimmed through README and most notably FAQ and BUGS sections
  • Searched the bugtracker for similar issues including closed ones
  • Bug report (encountered problems with youtube-dl)
$ youtube-dl --verbose http://www.newstube.ru/media/telekanal-cnn-peremestil-gorod-slavyansk-v-krym
[debug] System config: []
[debug] User config: ['-4', '--prefer-free-formats', '--no-cache-dir', '--no-mtime', '--youtube-skip-dash-manifest']
[debug] Command-line args: ['--verbose', 'http://www.newstube.ru/media/telekanal-cnn-peremestil-gorod-slavyansk-v-krym']
[debug] Encodings: locale UTF-8, fs utf-8, out UTF-8, pref UTF-8
[debug] youtube-dl version 2016.04.19
[debug] Python version 3.5.1+ - Linux-4.5.1-gnu.nonpae-i686-with-debian-stretch-sid
[debug] exe versions: ffmpeg 3.0.1, ffprobe 3.0.1, rtmpdump 2.4
[debug] Proxy map: {}
[Newstube] telekanal-cnn-peremestil-gorod-slavyansk-v-krym: Downloading page
[Newstube] 728e0ef2-e187-4012-bac0-5a081fdcb1f6: Downloading player XML
[debug] Invoking downloader on 'rtmp://88.212.236.5:80/auth2'
[download] Destination: Телеканал CNN переместил город Славянск в Крым-728e0ef2-e187-4012-bac0-5a081fdcb1f6.flv
[debug] rtmpdump command line: rtmpdump --verbose -r rtmp://88.212.236.5:80/auth2 -o 'Телеканал CNN переместил город Славянск в Крым-728e0ef2-e187-4012-bac0-5a081fdcb1f6.flv.part' --pageUrl http://www.newstube.ru/media/telekanal-cnn-peremestil-gorod-slavyansk-v-krym --app auth2 --playpath 01/728E0EF2-E187-4012-BAC0-5A081FDCB1F6 --conn S:6eoJR8gaRU2k8HPcBJl-vQ2 --conn S:6006672 --conn S:n2 --resume --skip 1
[rtmpdump] RTMPDump v2.4
[rtmpdump] (c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
[rtmpdump] DEBUG: Parsing...
[rtmpdump] DEBUG: Parsed protocol: 0
[rtmpdump] DEBUG: Parsed host    : 88.212.236.5
[rtmpdump] DEBUG: Parsed app     : auth2
[rtmpdump] DEBUG: Number of skipped key frames for resume: 1
[rtmpdump] DEBUG: Protocol : RTMP
[rtmpdump] DEBUG: Hostname : 88.212.236.5
[rtmpdump] DEBUG: Port     : 80
[rtmpdump] DEBUG: Playpath : 01/728E0EF2-E187-4012-BAC0-5A081FDCB1F6
[rtmpdump] DEBUG: tcUrl    : rtmp://88.212.236.5:80/auth2
[rtmpdump] DEBUG: pageUrl  : http://www.newstube.ru/media/telekanal-cnn-peremestil-gorod-slavyansk-v-krym
[rtmpdump] DEBUG: app      : auth2
[rtmpdump] DEBUG: live     : no
[rtmpdump] DEBUG: timeout  : 30 sec
[rtmpdump] DEBUG: Failed to get last keyframe.
[rtmpdump] DEBUG: Closing connection.
[rtmpdump] 0 bytes
[rtmpdump] RTMPDump v2.4
[rtmpdump] (c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
[rtmpdump] DEBUG: Parsing...
[rtmpdump] DEBUG: Parsed protocol: 0
[rtmpdump] DEBUG: Parsed host    : 88.212.236.5
[rtmpdump] DEBUG: Parsed app     : auth2
[rtmpdump] DEBUG: Number of skipped key frames for resume: 1
[rtmpdump] DEBUG: Number of skipped key frames for resume: 1
[rtmpdump] DEBUG: Protocol : RTMP
[rtmpdump] DEBUG: Hostname : 88.212.236.5
[rtmpdump] DEBUG: Port     : 80
[rtmpdump] DEBUG: Playpath : 01/728E0EF2-E187-4012-BAC0-5A081FDCB1F6
[rtmpdump] DEBUG: tcUrl    : rtmp://88.212.236.5:80/auth2
[rtmpdump] DEBUG: pageUrl  : http://www.newstube.ru/media/telekanal-cnn-peremestil-gorod-slavyansk-v-krym
[rtmpdump] DEBUG: app      : auth2
[rtmpdump] DEBUG: live     : no
[rtmpdump] DEBUG: timeout  : 30 sec
[rtmpdump] DEBUG: Failed to get last keyframe.
[rtmpdump] DEBUG: Closing connection.


ERROR: rtmpdump exited with code 1
  File "/usr/local/bin/youtube-dl", line 9, in <module>
    load_entry_point('youtube-dl==2016.4.19', 'console_scripts', 'youtube-dl')()
  File "/usr/local/lib/python3.5/dist-packages/youtube_dl/__init__.py", line 419, in main
    _real_main(argv)
  File "/usr/local/lib/python3.5/dist-packages/youtube_dl/__init__.py", line 409, in _real_main
    retcode = ydl.download(all_urls)
  File "/usr/local/lib/python3.5/dist-packages/youtube_dl/YoutubeDL.py", line 1730, in download
    url, force_generic_extractor=self.params.get('force_generic_extractor', False))
  File "/usr/local/lib/python3.5/dist-packages/youtube_dl/YoutubeDL.py", line 682, in extract_info
    return self.process_ie_result(ie_result, download, extra_info)
  File "/usr/local/lib/python3.5/dist-packages/youtube_dl/YoutubeDL.py", line 727, in process_ie_result
    return self.process_video_result(ie_result, download=download)
  File "/usr/local/lib/python3.5/dist-packages/youtube_dl/YoutubeDL.py", line 1376, in process_video_result
    self.process_info(new_info)
  File "/usr/local/lib/python3.5/dist-packages/youtube_dl/YoutubeDL.py", line 1638, in process_info
    success = dl(filename, info_dict)
  File "/usr/local/lib/python3.5/dist-packages/youtube_dl/YoutubeDL.py", line 1580, in dl
    return fd.download(name, info)
  File "/usr/local/lib/python3.5/dist-packages/youtube_dl/downloader/common.py", line 350, in download
    return self.real_download(filename, info_dict)
  File "/usr/local/lib/python3.5/dist-packages/youtube_dl/downloader/rtmp.py", line 202, in real_download
    self.report_error('rtmpdump exited with code %d' % retval)
  File "/usr/local/lib/python3.5/dist-packages/youtube_dl/downloader/common.py", line 161, in report_error
    self.ydl.report_error(*args, **kargs)
  File "/usr/local/lib/python3.5/dist-packages/youtube_dl/YoutubeDL.py", line 545, in report_error
    self.trouble(error_message, tb)
  File "/usr/local/lib/python3.5/dist-packages/youtube_dl/YoutubeDL.py", line 507, in trouble
    tb_data = traceback.format_list(traceback.extract_stack())

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