View Single Post
  #43  
Old 01-18-2011, 04:18 AM
Stream Recorder
 
Posts: n/a
Default

Re: Issues with BBC iPlayer: Can't download rtmp:// streams anymore


To download rtmp:// streams from BBC you can use rtmpdump.exe as a plug-in for Replay Media Catcher 4.1.0. Just download rtmpdump.exe and place it into the Replay Media Catcher directory. Then go to Tools -> Settings -> Plugins and add the following:
Code:
Protocol: RTMP
Url Match: bbcmedia.fcod.llnwd.net
Executable: rtmpdump.exe
Parameters: -r "{url}" -o "{file}" --app "{app}" --flashVer "{flashVer}" --swfUrl "{swfUrl}" --tcUrl "{tcUrl}" --pageUrl "{pageUrl}" --playpath "{playPath}" -V


Note that this requires Replay Media Catcher 4.1.0
Reply With Quote