View Single Post
  #9  
Old 08-18-2010, 02:34 AM
Stream Recorder
 
Posts: n/a
Default

Re: How to use rtmpdump.exe as RTMPE downloading plugin for Replay Media Catcher 4


Quote:
Originally Posted by KaiGusto View Post
Doesn't want to work, it downloads 'player-swf.swf' , then comes up with 'My Streaming Media' with a big red -
Code:
Recording of rtmpe://fms-streaming.tvnz.co.nz/tvnz.co.nz
Download file: My Streaming Media
Started at: 17/08/2010 7:52 p.m.
Using external program for download.
Queued for downloading
Starting External Program download ...
Detecting file name ...
File name detection complete
rtmpdump.exe Parameters: -r "rtmpe://fms-streaming.tvnz.co.nz/tvnz.co.nz" -o "C:\Users\User\Documents\My Streaming Media"
RTMPDump v2.3
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
ERROR: You must specify a playpath (--playpath) or url (-r "rtmp://host[:port]/playpath") containing a playpath
External program returned 1 on exit.
Fixing file ...
Access to the path 'C:\Users\User\Documents\My Streaming Media' is denied.
Detecting file name from tags ...
No title tag could be extracted
File name detection complete
Complete with errors. Double click to view.
It seems that you use
Code:
Parameters: -r "{url}" -o "C:\Users\User\Documents\My Streaming Media"
instead of
Code:
Parameters: -r "{url}" -o "{filename.flv}"
Reply With Quote