快速业务通道

Flash教程:连接fms的几种返回状态

作者 佚名技术 来源 服务器技术 浏览 发布时间 2012-07-07

有以下这几种返回:
1、NetConnection.Call.Failed Error
NetConnection.call() 调用服务器端方法失败。返回的info对象包含一个具体的调用失败说明。for in一下可以看到。 2、NetConnection.Connect.AppShutdown Error
服务器端应用程序因为一些原因被关闭(过度占用server端资源),或者服务器已经被关闭。 3、NetConnection.Connect.Closed Status
连接中断。 4、NetConnection.Connect.Failed Error
连接失败。如FMS 没有启动。 5、NetConnection.Connect.InvalidApp Error
targetURI中rtmp://[ip或domain]/[appName]
其中appName不存在。 6、NetConnection.Connect.Rejected Error
连接被拒绝 原因:
targetURI指定的application不充许client连接,或者传递给应用程序的参数不对,也可能是server应用程序直接拒绝连接(可以在appName文件夹中写一个ASC文件做到)
这时,info对象有一个application属性,包含服务器方法application.rejectConnection()的返回值。
client在被拒绝后会马上再收到一个NetConnection.Connect.Closed的信息。 7、NetConnection.Connect.Success Status
连接成功。
当返回是NetConnection.Connect.Fail时,可以从下面几个方面思考原因:
Are you connecting to the correct server?
Is the server running?
Are you specifying the protocol (rtmp:) for connecting to the server?
If you are connecting from behind a firewall, are you specifying the correct protocol (rtmpt:)?
Attempts to connect to the server can also fail if the permissible number of socket connectionson either the client or the server computer is at its limit. This limit is ependent on how much physical memory your server has, and how busy the connections are. On Windows systems,the memory for socket connections is allocated out of the non-paged memory, so it cannot beswapped out to a page file. You may see that you reach the maximum limit at different valuesfrom time to time as other running programs (such as core operating-system services) arecompeting with your program for space in the non-paged memory pool. 关键词:

凌众科技专业提供服务器租用、服务器托管、企业邮局、虚拟主机等服务,公司网站:http://www.lingzhong.cn 为了给广大客户了解更多的技术信息,本技术文章收集来源于网络,凌众科技尊重文章作者的版权,如果有涉及你的版权有必要删除你的文章,请和我们联系。以上信息与文章正文是不可分割的一部分,如果您要转载本文章,请保留以上信息,谢谢!

分享到: 更多

Copyright ©1999-2011 厦门凌众科技有限公司 厦门优通互联科技开发有限公司 All rights reserved

地址(ADD):厦门软件园二期望海路63号701E(东南融通旁) 邮编(ZIP):361008

电话:0592-5908028 传真:0592-5908039 咨询信箱:web@lingzhong.cn 咨询OICQ:173723134

《中华人民共和国增值电信业务经营许可证》闽B2-20100024  ICP备案:闽ICP备05037997号