Some progress, no longer reporting errors in the error log. I'm now getting:
Listener started(_defaultRoot__edge1):x.x.x.188:1935/v4
Listener started(_defaultRoot__edge1):x.x.x.188:80/v4
Listener started(_defaultRoot__edge1):x.x.x.188:443/v4
I found a very good resource for configuring IIS and FMIS together at:
http://www.flashcomguru.com/tutorials/fcs_iis.cfm
If you are on a 2003 server, you'll need this too:
http://support.microsoft.com/kb/813368
I noticed that Graeme had responded to a similar post "Port 80" and mentioned you needed a change to fms.ini. So, I changed it to:
ADAPTOR.HOSTPORT = xx.xx.xx.188:1935,80,443
I've now tried to connect explicitly on ports 80 and 443 with:
rtmp://xx.xx.xx.188:80
rtmp://xx.xx.xx.188:443
rtmpe://xx.xx.xx.188:443
But I get the same "NetConnection.Connect.Failed" error each time.
I also noticed in the fms.ini comments that it said:
# This section contains configurable parameters in Adaptor.xml #
So, my questions boil down to:
1. Do I need to change Adaptor.xml back to original?
2. Do I need to change both fms.ini and Adaptor.xml?
3. If the log shows I'm binding to 443 and 80 successfully, what else could stop a connection (we know FW is open)
And a big #4...
Do I need to explicitly conntect to port 80 or 443 when I detect a connection error or is there a mechanism for it to automatically rollover to the next port?
Thanks... we're close... I hope!! ;-)
sr