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: RTMP download detected but "rtmpdump" could not be run #2625
Comments
|
You need to have rtmpdump (the video is not served through http) installed, if our are using a package manager like Macports or Homebrew, the easiest way is to use them. |
|
OK, i thought i had rtmpdump already installed ;-) 2014-03-25 8:00 GMT+01:00 Jaime Marquínez Ferrándiz <
Yvon@48.871651804,2.384858688 |
$ youtube-dl-master/youtube-dl --version
2014.03.25
$ youtube-dl-master/youtube-dl --verbose -o x-enius-arte.mp4 http://www.tv-replay.fr/redirection/20-03-14/x-enius-arte-10753389.html
[debug] System config: []
[debug] User config: []
[debug] Command-line args: ['--verbose', '-o', 'x-enius-arte.mp4', 'http://www.tv-replay.fr/redirection/20-03-14/x-enius-arte-10753389.html']
[debug] Encodings: locale 'UTF-8', fs 'utf-8', out 'UTF-8', pref: 'UTF-8'
[debug] youtube-dl version 2014.03.25
[debug] Python version 2.7.5 - Darwin-12.0.0-i386-64bit
[debug] Proxy map: {}
[generic] x-enius-arte-10753389: Requesting header
WARNING: Falling back on generic information extractor.
[generic] x-enius-arte-10753389: Downloading webpage
[generic] x-enius-arte-10753389: Extracting information
[arte.tv:embed] 048195-004_PLUS7-F: Downloading JSON metadata
[download] Destination: x-enius-arte.mp4
ERROR: RTMP download detected but "rtmpdump" could not be run
Traceback (most recent call last):
File "youtube-dl-master/youtube-dl/youtube_dl/downloader/rtmp.py", line 105, in real_download
subprocess.call(['rtmpdump', '-h'], stdout=(open(os.path.devnull, 'w')), stderr=subprocess.STDOUT)
File "/usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/lib/python2.7/subprocess.py", line 524, in call
return Popen(_popenargs, *_kwargs).wait()
File "/usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/lib/python2.7/subprocess.py", line 711, in init
errread, errwrite)
File "/usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/lib/python2.7/subprocess.py", line 1308, in _execute_child
raise child_exception
OSError: [Errno 2] No such file or directory