Flash Media Server,测试来自 Flash Builder 的 RTMP 流

发布于 2024-10-07 07:33:15 字数 150 浏览 1 评论 0原文

我有一个带有 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

战皆罪 2024-10-14 07:33:15

如果本地文件系统中的 swf 尝试访问网络上的某个位置,默认情况下它将被阻止。您可以从 http://www.macromedia.com 管理此行为/support/documentation/en/flashplayer/help/settings_manager04.html
或者您的 Flex 配置中可能有 false

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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文