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...
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.
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...
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?
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)
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);
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"
Don't see what you're looking for? Try a search.
|