Problem replacing Stratus by FMS4 server.
I’ve installed this application in my server:
http://www.adobe.com/devnet/flashplayer/articles/rtmfp_cirrus_app.html
but changing the reg.cgi file for this other version made in php:
http://active6.com/actionscript/the-adobe-stratus-beta-sample-app-and-phpmysql
All works properly when I use a connection to the stratus server in this way:
[Bindable] private var connectUrl:String = "rtmfp://p2p.rtmfp.net";
But my intention is to do it without the Stratus server. Then I’ve installed a FMS4 in my own server and I’ve changed the connectUrl string for this other one:
rtmfp://mydomainname/VideoPhoneLabs/_definst_
I’ve opened completely all the UDP and TCP ports in the router and in the server too, and deactivate the firewall and the result is that when I call the application from any computer in the LAN, all works perfectly, but when I do it from any other client from outside the local network through the internet, the connection is impossible.
Should I configure any parameters in the FMS4?
Where can the problem be?
Thank you very much for your suggestions.
Andrés.
