8/24/2011 8:42:56 AM
Title:
FMS 3.5 - Not able to connect to new created folder
Hi,
I hope all are doing well.
I have installed Adobe FMS 3.5 on an server and inside "applications" folder I have created a new folder say "abc" and restart the FMS service, now when I try to connect to it from Flash using nectconnection it does not get connected and in netstatus event handler there are 2 messages:
NetConnection.Connect.Rejected
NetConnection.Connect.Closed
Although Flash is connecting to 2 folders "live" and "vod" which were created there by default with installation on FMS.
I am not able to figure out why it is happening. Any help is appreciated.
Thanks
8/24/2011 11:59:20 PM
hi varun..
i think there's a problem with your link which connect to fms..
ex:
var nc:NetConnection = new NetConnection();
nc.connect("rtmp://localhost/abc"); //if you use folder with name "abc"..
8/25/2011 2:42:55 AM
Hi Han,
Thanks for responding.
I am able to connect with -
var nc:NetConnection = new NetConnection();
nc.connect("rtmp://server_address_here/live"); and
nc.connect("rtmp://server_address_here/vod");
These 2 folders get installed by default with FMS.
But when I create a new folder and also restart FMS service from admin console it does not work.
The FMS is installed on Linux it this the reason? I am trying to get it installed on Windows server now.
Thanks
8/25/2011 3:24:09 AM
well, what's the contain of "abc" folder?
i don't know if it doesn't work in linux,just try in windows..