Skip to main content
Participant
January 14, 2007
Pregunta

Help me: Unable to connect to FMS

  • January 14, 2007
  • 1 respuesta
  • 419 visualizaciones
Hello Guys

I have an audio recorder . It is working fine on localhost but it is unable to connect to the remote FMS .

i have tried
nc.connect("rtmpt://myserver.com:1935/myApplication");
and
nc.connect("rtmpt://myserverip:1935/myApplication");
and
nc.connect("rtmp://myserver ip/myApplication");

But only get "NetConnection.Connect.Failed"

I tried to run the application on remote server locally there it is working fine. One remote desktop of my server the when i try to access the project through http then it is working fine but on all other computers it is unable to connect.

I will really appriciate your help

Thanks
    Este tema ha sido cerrado para respuestas.

    1 respuesta

    January 14, 2007
    Do you have a router or firewall that might be getting in the way? You'll want ports 1935 and 80 open to FMS. Also, do you have any other services on the server/ip that might be using either of those ports?

    Try these:

    nc.connect("rtmp://myserver.com/myApplication");
    nc.connect("rtmp://myserver.com:1935/myApplication");
    nc.connect("rtmp://myserver.com:80/myApplication");
    nc.connect("rtmpt://myserver.com/myApplication");
    nc.connect("rtmpt://myserver.com:80/myApplication");