View Single Post
  #1  
Old 05-18-2012, 10:21 PM
svnpenn svnpenn is offline
Banned
 
Join Date: Apr 2011
Location: Dallas
Posts: 757
svnpenn is on a distinguished road
Default

rtmp-host.sh, RtmpExplorer alternative


I never really liked RtmpExplorer

- Only works with Internet Explorer
- Closed source (sort of)
- Requires .NET Framework

This is something I came up with. Basically it dumps the memory of Flash Player, which contains all the RTMP parameters. You put in a search string, e.g. "rtmp", and it should find all the RTMP URLs, e.g.

Code:
rtmpte://cp97384.edgefcs.net
Enter the host

Code:
cp97384.edgefcs.net
After that it will automatically edit your hosts file, invoke RtmpSrv, then RtmpDump. I have tested it on Cygwin but it should work on MinGW with a little modification. Requires

- Firefox or Pale Moon
- ProcDump

Any suggestions welcome.

github.com/svnpenn/dotfiles/blob/master/bin/rtmp-host.sh

It's been updated: http://github.com/svnpenn/etc/blob/master/rtmp-host.sh

Last edited by KSV : 06-25-2012 at 03:03 AM.
Reply With Quote