Quote:
Originally Posted by Stream Recorder
From rtmpdump readme:
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
|
There's a bug in redirecting the hostname of RTMP server to localhost,it will stop at some point
And if the hostname is an ip address,this method cannot work because HOSTS file can only map hostname to ip address(127.0.0.1)
Any solution?