all groups > macromedia flash flashcom > june 2006 >
You're in the

macromedia flash flashcom

group:

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



FMS on WIN XP SP2 and IIS doesn't work:/ stfurca
6/23/2006 12:00:00 AM
macromedia flash flashcom: 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...
Re: FMS on WIN XP SP2 and IIS doesn't work:/ JayCharles
6/23/2006 3:50:01 PM
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.
Re: FMS on WIN XP SP2 and IIS doesn't work:/ stfurca
6/23/2006 4:36:52 PM
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...

Re: FMS on WIN XP SP2 and IIS doesn't work:/ JayCharles
6/23/2006 5:05:44 PM
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?
Re: FMS on WIN XP SP2 and IIS doesn't work:/ stfurca
6/23/2006 5:29:04 PM
Re: FMS on WIN XP SP2 and IIS doesn't work:/ JayCharles
6/23/2006 9:04:13 PM
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)
Re: FMS on WIN XP SP2 and IIS doesn't work:/ stfurca
6/24/2006 1:18:33 AM
var my_nc:NetConnection = new NetConnection();
var myAP_str:String = "kamerki"
var myAP_INST_str:String = "pokoj"
var myURI:String = "rtmp://172.18.164.100/kamerki/pokoj"
_root.my_nc.connect(_root.myURI,_root.user_name_txt.text);
Re: FMS on WIN XP SP2 and IIS doesn't work:/ JayCharles
6/24/2006 1:46:01 AM
Are you sure that's the right IP address for your FMS machine? I'm no network
expert, but I think IP's in the 172 range are for DHCP. You mentioned you're
not behind a router... are you behind a network server?

When running the .swf locally (on the fms machine), try this for your rtmp
string:

var myURI:String = "rtmp://localhost:1935/kamerki/pokoj"

AddThis Social Bookmark Button