Audio/video stream recording forums

Attention Visitor:
You may have to register or log in before you can post:
  • Click the register link to sign up.
  • Registered members please fill in the form below and click the "Log in" button.
To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Audio/video stream recording forums > Streaming media recording forum > Video stream recording
Register FAQ Members List Calendar Mark Forums Read

Reply Post New Thread
 
Thread Tools Display Modes
  #1  
Old 07-21-2010, 08:53 AM
Stream Recorder
 
Posts: n/a
Default

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


  1. Download the latest version of rtmpdump for Windows.
  2. Extract rtmpdump.exe into the Replay Media Catcher folder (by default it is C:\Program Files\Applian Technologies\Replay Media Catcher 4).
  3. Open Replay Media Catcher 4 and go to the Settings. Configure as shown below:
    Code:
    Protocol: RTMPE
    Url Match: somevideosite
    Executable: rtmpdump.exe
    Parameters: -r "{url}" -o "{file}"



The biggest problem with this approach is that RMC 4 can't decrypt RTMPE streams, it can only get RTMPE URLs from playlists when they are available. Also to download streams using SWF verification you need to provide additional parameters for every web-site that uses this kind of protection.
Reply With Quote
  #2  
Old 07-21-2010, 08:58 AM
Stream Recorder
 
Posts: n/a
Default

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


You can create templates for every particular web-site as well. For example, for recording from MySpace you can use the following "plugin template":
Code:
Protocol: RTMPE
Url Match: myspacecdn.com
Executable: rtmpdump.exe
Parameters: -r "{url}" -o "{file}"
Reply With Quote
  #3  
Old 08-10-2010, 05:13 PM
thefan thefan is offline
Junior Member
 
Join Date: Jul 2010
Posts: 22
thefan is on a distinguished road
Default

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


How do i provide these additional parameters to Replay Media Catcher, a site im using uses swf verification.

thefan
Reply With Quote
  #4  
Old 08-11-2010, 01:15 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 thefan View Post
How do i provide these additional parameters to replay media catcher, a site im using uses swf verification.
It is done the same way you would do it for rtmpdump.

Just view the source of the page and find the URL of the SWF player. Then use:
Code:
Parameters: -r "{url}" -o "{file}" -s "{SWFurl}"
where SWFurl is the URL of the SWF player.
Reply With Quote
  #5  
Old 08-17-2010, 01:45 AM
KaiGusto KaiGusto is offline
Junior Member
 
Join Date: Aug 2010
Posts: 3
KaiGusto is on a distinguished road
Default

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


Hi, I was re-directed here for help with capturing streams from www.tvnz.co.nz/ondemand . I understand you can't view the videos, something to do with country restrictions.

I have installed this plug in, and set it up like;

Protocol: RTMPE
Url Match: *
Executable: rtmpdump.exe
Parameters: -r "{url}" -o "{file}"

But I was wondering, am I actually meant to put the websites URL in the {url} part? I'm a newbie to video stream captures..
Reply With Quote
  #6  
Old 08-17-2010, 02:20 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
Hi, I was re-directed here for help with capturing streams from www.tvnz.co.nz/ondemand . I understand you can't view the videos, something to do with country restrictions.

I have installed this plug in, and set it up like;

Protocol: RTMPE
Url Match: *
Executable: rtmpdump.exe
Parameters: -r "{url}" -o "{file}"

But I was wondering, am I actually meant to put the websites URL in the {url} part? I'm a newbie to video stream captures..
Try the following:
Code:
Protocol: RTMPE
Url Match: fms-streaming.tvnz.co.nz
Executable: rtmpdump.exe
Parameters: -r "{url}" -o "{file}"
Don't forget to place the latest version of rtmpdump.exe into the Replay Media Catcher folder.
Reply With Quote
  #7  
Old 08-17-2010, 02:54 AM
KaiGusto KaiGusto is offline
Junior Member
 
Join Date: Aug 2010
Posts: 3
KaiGusto is on a distinguished road
Default

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


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.
Reply With Quote
  #8  
Old 08-18-2010, 01:56 AM
KaiGusto KaiGusto is offline
Junior Member
 
Join Date: Aug 2010
Posts: 3
KaiGusto is on a distinguished road
Default

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


Its ok, I think I will give up lol, I can't capture TV3 OnDemand either

Code:
http://ondemand.tv3.co.nz/Season-1-Ep-1/tabid/59/articleID/717/MCat/145/Default.aspx
Reply With Quote
  #9  
Old 08-18-2010, 03: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
  #10  
Old 08-18-2010, 03:52 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
Its ok, I think I will give up lol, I can't capture TV3 OnDemand either

Code:
http://ondemand.tv3.co.nz/Season-1-Ep-1/tabid/59/articleID/717/MCat/145/Default.aspx
Try to use freeware StreamTransport or CooJah + Blader.

If you have Linux, try to use rtmpsuck.
Reply With Quote
Reply Post New Thread
Tags: , , , , , ,



Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -6. The time now is 04:48 AM.


Powered by All-streaming-media.com; 2006-2011
vB forum hacked with Zoints add-ons