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