Skip to main content
Participant
June 23, 2006
Question

FMS on WIN XP SP2 and IIS doesn't work:/

  • June 23, 2006
  • 7 replies
  • 579 views
Hi!
I've installed FMS2 on my WIN XP SP2 and a IIS http server on the same machine. I've written my App which is working on another machine where i've got FMS2 +IIS + WI/Nserver 2003 and wanted to run it on the App on the WIN XP machine but it doesn't work... The application can be loaded, but the clients can't connect...
Trying to get it to work for couple of days... I hope you will be able to help me...
    This topic is closed to new replies. Start a new post to keep the conversation going.

    7 replies

    June 23, 2006
    FMS works fine on XP.

    I'm thinking it's your firewall (or your router's firewall if you're using a router). Seems that the client is not being allowed to connect on port 1935 (nor is the server).

    Can you make connections from local .swf's?
    stfurcaAuthor
    Participant
    June 23, 2006
    my firewall is off, i've no router firewall, and i can't connect from the local swfs' to the server - it's because of the security policy of macromedia ( i think so)
    June 23, 2006
    It's not the Flashplayer's sandbox security. There is no sandbox when it comes to netconnections.

    What are you using for your rtmp address (post your netconnection code)
    June 23, 2006
    What is the result of the info code in your client side netconnection onStatus event?

    If the connection is failing, the first thing I would check is your firewall. Make sure port 1935 is open. If the connection is being rejected, check the FMs logs to see what is there.
    stfurcaAuthor
    Participant
    June 23, 2006
    The message:
    Recording stream status.
    Event: NetConnection.Connect.Failed
    Type: error
    Message:undefined

    I can connect to the server through the admin port and for ex ask: getLicenseInfo().
    I can load a app but there is no sign of an attempt to connect to it from the client.
    In the logs i've found such suspicious info:
    2006-06-23 18:20:26 3148 (w)2631008 Asynchronous I/O operation failed (Failed to attach to completion port: The parameter is incorrect. 87). -

    and
    2006-06-23 14:21:39 264 (e)2581279 Assert failed in \server\edge\TCEdgeControlTransport.cpp line 180 -


    My question is: does FMS2 work on win XP? because in the reqs on the adobe page there is written that it needs win server 2000 or 2003...

    Hoping for your help...