Cannot establish NetConnection - raw TCP/IP connectivity has been established
I have FMS 3.5.2 installed on a VMWare CentOS image running under OS X.
I have the CentOS IP mapped to the host "fms.vm" on both the host (OS X) and CentOS machine and can access the FMS Admin just fine, either via a browser on OS X or a browser on CentOS. No problem there.
I have a basic "helloworld" server-side app and can use the fmscheck to verify connectivity:
tools/fmscheck --auser xxx --apswd xxxx --app helloworld --host localhost
#Fields: date time x-event x-sname
2009-11-23 11:28:01 Connect rtmp://localhost:1935/helloworld
2009-11-23 11:28:01 NetConnection.Connect.Success Connection succeeded.
2009-11-23 11:28:01 Program complete successful
From OS X and I can telnet to the machine on port 1935 and get an open socket (vs a connection refused which means connectivity cannot be established).
At this point I have guaranteed that raw TCP/IP connectivity can be established. Right?
Yet a basic client app with:
nc.connect("rtmp://fms.vm/helloworld");
Yields:
Connecting...
Error #2044: Unhandled NetStatusEvent:. level=error, code=NetConnection.Connect.Failed
at helloworld/connectHandler()
I at a loss. Any ideas?
Thanks in advance.
/Cody
