View Single Post
  #8  
Old 04-13-2011, 08:10 AM
Stream Recorder
 
Posts: n/a
Default

Re: RaceFansTV.com - How setup RMC4 plugin?


@placebo
Try to use the following in Replay Media Catcher 4.1.9 beta
Code:
-r "{url}" -o "{file}"  --app "{app}" --flashVer "{flashVer}" --swfUrl "{swfUrl}" --tcUrl "{tcUrl}" --pageUrl "{pageUrl}" --playpath "{playPath}"
Then take a look into the log and you will see the following
Code:
rtmpdump.exe -r "rtmpe://95.211.106.12:1935/niceVodServer/converted_work7/f34e115fa07d9faf3f26_338c351ea01d382bd026dbeac8a6f4fa.mp4" -a "niceVodServer" -f "{flashVer}" -W "{swfUrl}" -p "{pageUrl}" -y "{playPath}" -o "C:\Users\Admin\Documents\My Streaming Media\f34e115fa07d9faf3f26_338c351ea01d382bd026dbeac8a6f4fa.flv"
As you can see
{flashVer}, {swfUrl}, {pageUrl}, and {playPath} variables are not passed to rtmpdump (because RMC is prohibited to decrypt secure streams and even URLs). So you need to fill them manually. For example:
replace "{flashVer}" with "WIN 10,2,153,1"
replace "{swfUrl}" with "http://racefanstv.com/flash/player_10.swf"
Reply With Quote