Red5 的客户端代码使用 Flex 时出现 InvalidApp 错误
我正在尝试使用 red5 服务器和 flex builder 3 制作简单的聊天程序。 我正在使用 eclispe galilio 3.5 作为服务器端代码。我已经安装了 jdk 1.6 update 14 和 apache ant 1.7.1。当我已经在 red5 中运行演示程序时,那就没问题了!但我自己的代码给出了
NetConnection.Connect.InvalidApp NetConnection.Connect.Closed 或者 NetConnection.Connect.Failed
错误。当我尝试时(测试是 red5 演示代码)
nc.connect( "rtmp://localhost/test" ,true); 代码然后它的工作。但是当我将我的文件夹(firstapp)名称代替测试时,然后给出相同的错误。 请帮我,我该怎么办?
I am trying to make simple chat program using red5 server using flex builder 3.
I am using eclispe galilio 3.5 for server side code.i have installed jdk 1.6 update 14 and apache ant 1.7.1.when i am running demo program already in red5 then its fine!. but my own code is giving
NetConnection.Connect.InvalidApp
NetConnection.Connect.Closed
or
NetConnection.Connect.Failed
error.when i try (test is red5 demo code )
nc.connect( "rtmp://localhost/test" ,true);
code then its working.but when i put my folder(firstapp) name in place of test then giving same error.
please help me what should i do?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
为了完成这项工作,你将有两个部分
1.连接到你的red5服务器的flexbuilder应用程序
2.您在eclipse中构建的java应用程序,然后复制到red5 webapp文件夹
永远不要忘记重新启动red5 - 在启动时它会编译/运行webapp文件夹中的应用程序
将您的脚本从eclipse发布到注册客户端并将脚本从flexbuilder发布到连接到 red5
亲切的问候
Wim
in order to make this work you will have 2 parts
1. flexbuilder application which connects to your red5 server
2. java application which you build in eclipse, then copy to the red5 webapp folder
never forget to Restart the red5 - at start it compiles/runs the apps in the webapp folder
post your script from eclipse to register client and the script from flexbuilder to connect to red5
Kind regards
Wim