Flash Media Server,测试来自 Flash Builder 的 RTMP 流
我有一个带有 RTMP 服务的服务器,但是当我从 Flash Builder 发布 SWF 时,它说找不到流。服务器在虚拟机上,所以我通过IP访问它。如果我从 Flash IDE (ctrl ENTER) 执行相同的操作,则效果很好。我知道这与安全有关,但我该如何实际测试该应用程序呢?
I have a server with RTMP service but when I publish the SWF from Flash Builder it says stream not found. Server is on the Virtual Machine, so I access it through IP. If I do the same from Flash IDE (ctrl ENTER) it works fine. I know it has something to do with security but how can I actually test the app then.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果本地文件系统中的 swf 尝试访问网络上的某个位置,默认情况下它将被阻止。您可以从 http://www.macromedia.com 管理此行为/support/documentation/en/flashplayer/help/settings_manager04.htmlfalse
或者您的 Flex 配置中可能有
if an swf from local filesystem tries to access a location on the web it's blocked by default. You can manage this behaviour from http://www.macromedia.com/support/documentation/en/flashplayer/help/settings_manager04.html
or maybe you have
<use-network>false</use-network>
in your flex config