flex 到 red5 v0.9:客户端被拒绝,取消调度 waitForHandshakeJob
我正在尝试从 adobe flash builder 4 beta 连接到 red5 v0.9 rc2 (最新的 svn)。
我尝试使用以下示例进行连接: http://www. actionscript.org/resources/articles/615/3/Getting-started-with-red5-server/Page3.html
我收到以下错误消息:
INFO] [NioProcessor-3] org.red5.server.net.rtmp.RTMPHandler - Connecting to: [WebScope@627b5c Depth = 1, Path = '/default', Name = 'mytestapp']
[WARN] [NioProcessor-3] org.red5.server.net.rtmp.RTMPConnection - Client rejected, unscheduling waitForHandshakeJob
org.red5.server.exception.ClientRejectedException: Client rejected
我似乎无法弄清楚问题是什么。任何人都可以提供有关可能导致此情况的原因的任何信息吗?
我尝试了 rtmp 和 rtmpe 协议,但收到相同的错误消息。
谢谢
更新
我也尝试使用flex builder 3,得到了相同的结果。
I'm trying to connect from adobe flash builder 4 beta to red5 v0.9 rc2 (latest svn).
i try to connect using the exact following example:
http://www.actionscript.org/resources/articles/615/3/Getting-started-with-red5-server/Page3.html
i get the following error message:
INFO] [NioProcessor-3] org.red5.server.net.rtmp.RTMPHandler - Connecting to: [WebScope@627b5c Depth = 1, Path = '/default', Name = 'mytestapp']
[WARN] [NioProcessor-3] org.red5.server.net.rtmp.RTMPConnection - Client rejected, unscheduling waitForHandshakeJob
org.red5.server.exception.ClientRejectedException: Client rejected
i can't seem to figure out what's the problem. can anyone please provide any information regarding to what may have caused this ?
i tried both on rtmp and rtmpe protocol but i receive the same error message.
thanks
update
I tried also using flex builder 3 and i get the same results.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
客户端拒绝,取消调度 waitForHandshakeJob
这仅意味着服务器拒绝了连接。
服务器端脚本拒绝了连接,因为我没有提供应用程序所需的几个参数。
Client rejected, unscheduling waitForHandshakeJob
this just means that the server rejected the connection.
the server side scripting rejected the connection because i did not provide several required parameters by the application.