| Asa Whillock 2006-03-21, 5:47 pm |
| main_nc.call("getIOStats()", resObj);
should likely be
main_nc.call("getIOStats", resObj);
that could be causing the issue.
Asa
-----Original Message-----
From: flashcomm-bounces-1Ss2GqJETD3yZ38Mhd3e/9ZfFG6BLHNm@public.gmane.org
[mailto:flashcomm-bounces-1Ss2GqJETD3yZ38Mhd3e/9ZfFG6BLHNm@public.gmane.org] On Behalf Of Mike
Elskamp
Sent: Tuesday, March 21, 2006 8:34 AM
To: flashcomm-1Ss2GqJETD3yZ38Mhd3e/9ZfFG6BLHNm@public.gmane.org
Subject: [FlashComm] Re: FlashComm Server Management API help
Since there is only one instance of the admin application, you shouldn't
need to add the /admin on the end like that, however I did try it both
ways and I get the same results either way. I don't think it has to do
with the RTMP string, since I am getting the NetConnection Successful
response back. The NewConnection.Admin.CommandFailed message is coming
from the .code response of my main_nc.call("getIOStats()", resObj);
statement.
****************************************
***
Good point...!
=20
> -----Original Message-----
> From: flashcomm-bounces at chattyfig.figleaf.com=20
> [mailto:flashcomm-bounces at chattyfig.figleaf.com] On Behalf Of daz
lee
> Sent: 20 March 2006 21:05
> To: FlashComm Mailing List
> Subject: Re: [FlashComm] Re: FlashComm Server Management API help
>=20
> rtmp://server:1111/admin
________________________________________
_______
FlashComm-1Ss2GqJETD3yZ38Mhd3e/9ZfFG6BLHNm@public.gmane.org
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcomm
Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com
________________________________________
_______
FlashComm-1Ss2GqJETD3yZ38Mhd3e/9ZfFG6BLHNm@public.gmane.org
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcomm
Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com
|