Question
Can't connect to FMS from local network machine
I was finally able to get fms running and streaming to a
flash client on the same workstation yesterday. Now I'm trying to
connect to that workstation from another flash client on another
workstation but I'm not able to make any connection. Here's the
code..
var nc:NetConnection = new NetConnection();
nc.connect("rtmp://192.168.20.117/video_tutorial");
I've also tried nc.connect("rtmp://192.168.20.117:1935/video_tutorial"); but I keep getting the status message "NetConnection.Connect.Failed".
The ip is the machine that has fms setup and running and both workstations are on the same network. I can ping the 117 machine but I can't connect via flash. Is there something else I need to do to get my client to connect to that? Thanks.
var nc:NetConnection = new NetConnection();
nc.connect("rtmp://192.168.20.117/video_tutorial");
I've also tried nc.connect("rtmp://192.168.20.117:1935/video_tutorial"); but I keep getting the status message "NetConnection.Connect.Failed".
The ip is the machine that has fms setup and running and both workstations are on the same network. I can ping the 117 machine but I can't connect via flash. Is there something else I need to do to get my client to connect to that? Thanks.
