From
rtmpdump readme:
Quote:
All you need to do is redirect your Flash clients to the machine running this server and it will dump out all the connect / play parameters that the Flash client sent. The simplest way to cause the redirect is by editing /etc/hosts when you know the hostname of the RTMP server, and point it to localhost while running rtmpsrv on your machine. (This approach should work on any OS; on Windows you would edit %SystemRoot%\system32\drivers\etc\hosts)
|
First of all you need to know the host of the RTMP streaming server. Copy it and open %SystemRoot%\system32\drivers\etc\hosts with a text editor like Windows Notepad. Point the RTMP server to localhost (you can see some examples commented by # in the hosts file) . Don't forget to run rtmpsuck