Skip to main content
Participant
July 10, 2006
Question

FMS2 don't connect

  • July 10, 2006
  • 8 replies
  • 734 views
Hello,

I installed recently FMS2 in Windows XP but can connect at this server only admin console. I try simple connect, also samples from macromedia and nothing can connect. My firewall is off and I try to test it from localserver. Have no application which can block 1935 port.

Status is: Level: error
Code: NetConnection.Connect.Failed

Can load successfully any app from the Admin Control Panel but from my swf/html cannot.

    This topic is closed to new replies. Start a new post to keep the conversation going.

    8 replies

    July 14, 2006
    I've had FMS running on a number of XP machines (home, pro, media center, SP1, SP2) and they've all worked just fine.... so I don't think that's the problem.

    Is there anything added to the server logs when the port connection is closed?


    Participating Frequently
    July 15, 2006
    where can you check the server log?
    July 15, 2006
    Logs are here:

    FMS Install Dir/logs

    Along with the server logs, you'll find a directory with logs specific to each of your vHosts, and in each vHost log dir, you'll find logs for each of your application instances.
    July 11, 2006
    I've had FMS running on SP1 and SP2, and it does not seem to make a difference.

    See if this works:

    client_nc.connect("rtmp:/localhost:1935/tutorial_hello/room_01", User.text);

    ... notice the single trailing slash after the rtmp:

    sasch_artAuthor
    Participant
    July 14, 2006
    Don't work your code JayCharles

    I check with Active Ports open ports and applications list and I find this: FMSEdge.exe listen right on the 1935 port but are closed when any application/sample try to connect to the server, then I close the application or sample and FMSEdge restart to listen. What is this, how can I solve it?
    Participating Frequently
    July 14, 2006
    i have this problem too, i started a thread too.
    the one with "FMS does connect but sample apps don't"

    now Jeffrey said FMS doesnt work on winxp.. (prolly not for everyone)
    he's queit right, because when u look in the system requirements you see win 2000 server and win 2003 server, as Jeffrey posted win xp is not listed..

    which means FCS 1.5 does work on windows xp but FMS 2 doesnt..

    so if you're very urgent to experiment, dload FCS 1.5 and install and continue your experiments..
    or wait till someone from adobe finds a soloutin for it.
    sasch_artAuthor
    Participant
    July 11, 2006
    I try everything, also samples from macromedia and nothing work:

    client_nc = new NetConnection();

    client_nc.connect("rtmp:/tutorial_hello/room_01", User.text);
    or:
    client_nc.connect("rtmp://localhost/tutorial_hello/room_01", User.text);
    or:
    client_nc.connect("rtmp://localhost:1935/tutorial_hello/room_01", User.text);

    client_nc.onStatus = function(info) {
    status_txt.text = "Level: " + info.level + newline + "Code: " + info.code;
    }

    Don't work from localhost and don't work from other PC...
    FCS was installed with success and worked, now I reinstall the windows with fresh copy to make FMS work but for nothing, Windows XP must be with SP1 or SP2 to work or never mind ?
    July 10, 2006
    What are you using as your rtmp string? Post your code so we can see what you have going on.