Skip to main content
Known Participant
November 30, 2007
Question

Can't connect to FMS from local network machine

  • November 30, 2007
  • 1 reply
  • 384 views
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.
    This topic is closed to new replies. Start a new post to keep the conversation going.

    1 reply

    vtxr1300Author
    Known Participant
    December 4, 2007
    Anyone?