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

BBC.co.uk #2842

Closed
benjaminweb opened this issue May 1, 2014 · 1 comment
Closed

BBC.co.uk #2842

benjaminweb opened this issue May 1, 2014 · 1 comment

Comments

@benjaminweb
Copy link

@benjaminweb benjaminweb commented May 1, 2014

% youtube-dl --verbose "http://www.bbc.co.uk/programmes/b041ycyn"                      
[debug] youtube-dl version 2014.04.30
[debug] Python version 2.7.6 - Darwin-13.1.0-x86_64-i386-64bit
[debug] Proxy map: {}
[bbc.co.uk] b041ycyn: Downloading video page
[bbc.co.uk] b041ycyn: Downloading playlist XML
[bbc.co.uk] b041ycyf: Downloading media selection XML
[download] Destination: Robert Barr - Galbraith and the King of Diamonds - Fear Is the Key-b041ycyf.flv
[debug] rtmpdump command line: rtmpdump --verbose -r 'rtmp://bbcodspdns.fcod.llnwd.net/a5999/e1?as=adobe-hmac-sha256&av=1&te=connect&mp=prod_rb2_flv_aac_low_intl/iplayerstream/p01xvlqk_b041ycyf_1398942767011.mp4&et=1398960439&fmta-token=da91ca81df12e486aba9b48cadf924e1aa4a158dce3154d973e75f08888a9732' -o 'Robert Barr - Galbraith and the King of Diamonds - Fear Is the Key-b041ycyf.flv.part' --swfVfy http://www.bbc.co.uk/emp/releases/iplayer/revisions/617463_618125_4/617463_618125_4_emp.swf --pageUrl http://www.bbc.co.uk --app 'a5999/e1?as=adobe-hmac-sha256&av=1&te=connect&mp=prod_rb2_flv_aac_low_intl/iplayerstream/p01xvlqk_b041ycyf_1398942767011.mp4&et=1398960439&fmta-token=da91ca81df12e486aba9b48cadf924e1aa4a158dce3154d973e75f08888a9732' --playpath mp4:prod_rb2_flv_aac_low_intl/iplayerstream/p01xvlqk_b041ycyf_1398942767011.mp4 --resume --skip 1
[rtmpdump] dyld: Library not loaded: /usr/local/lib/librtmp.dylib
[rtmpdump]   Referenced from: /usr/local/bin/rtmpdump
[rtmpdump]   Reason: image not found


ERROR: rtmpdump exited with code -5
  File "/usr/local/Cellar/python/2.7.6/Frameworks/Python.framework/Versions/2.7/lib/python2.7/runpy.py", line 162, in _run_module_as_main
    "__main__", fname, loader, pkg_name)
  File "/usr/local/Cellar/python/2.7.6/Frameworks/Python.framework/Versions/2.7/lib/python2.7/runpy.py", line 72, in _run_code
    exec code in run_globals
  File "/usr/local/bin/youtube-dl/__main__.py", line 18, in <module>
    youtube_dl.main()
  File "/usr/local/bin/youtube-dl/youtube_dl/__init__.py", line 845, in main
    _real_main(argv)
  File "/usr/local/bin/youtube-dl/youtube_dl/__init__.py", line 835, in _real_main
    retcode = ydl.download(all_urls)
  File "/usr/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 1036, in download
    self.extract_info(url)
  File "/usr/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 525, in extract_info
    return self.process_ie_result(ie_result, download, extra_info)
  File "/usr/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 562, in process_ie_result
    return self.process_video_result(ie_result, download=download)
  File "/usr/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 817, in process_video_result
    self.process_info(new_info)
  File "/usr/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 1007, in process_info
    success = dl(filename, info_dict)
  File "/usr/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 983, in dl
    return fd.download(name, info)
  File "/usr/local/bin/youtube-dl/youtube_dl/downloader/common.py", line 291, in download
    return self.real_download(filename, info_dict)
  File "/usr/local/bin/youtube-dl/youtube_dl/downloader/rtmp.py", line 194, in real_download
    self.report_error('rtmpdump exited with code %d' % retval)
  File "/usr/local/bin/youtube-dl/youtube_dl/downloader/common.py", line 144, in report_error
    self.ydl.report_error(*args, **kargs)
  File "/usr/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 404, in report_error
    self.trouble(error_message, tb)
  File "/usr/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 366, in trouble
    tb_data = traceback.format_list(traceback.extract_stack())

http://rtmpdump.mplayerhq.hu/rtmpdump.1.html does not list exit code -5.

Would be happy for troubleshooting advice.

@benjaminweb
Copy link
Author

@benjaminweb benjaminweb commented May 1, 2014

Reinstall of rtmpdump solved issue.

@benjaminweb benjaminweb closed this May 1, 2014
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
1 participant
You can’t perform that action at this time.