FMS 4, Can't mak make NetStream to work remotely with RTMP
Hi,
We are working with FMS 4 server for a while for a 2 directions video application, and it works great with rtmp.
We now want to use its rtmfp abilities after we used Cirrus for testing in the last few days and it also worked well.
Locally - everything is working fine, but when we try the application on the remote server - we have some problems.
Each side get the NetStatusEvent code "NetConnection.Connect.Success" and "NetStream.Publish.Start" when publish starts.
However, when we are trying to play the stream, nothing happens. (Locally, we are getting "NetStream.Play.Start" and "NetStream.Play.Reset" - remotely: nothing).
I did open ports 1024-65535 UDP on the server and since we are able to connect Cirrus, I believe the clients are fine.
I also changed the Adaptor.xml HostPort element to
<HostPort public="xxx.xxx.xxx.xxx:19350-65535">:19350-65535</HostPort> where xxx.xxx.xxx.xxx is the same public IP of our FMS Server as the one used by the client.
Again, it is working beautifully both locally and with Cirrus. RTMP also works well with the remote server.
What am I missing?
