在 Red5 1.0 RC1 中启用流访问

发布于 2024-10-21 01:01:00 字数 63 浏览 2 评论 0原文

我必须在从 Red5 获取视频流的客户端上摆弄视频,并且在尝试这样做时遇到 Flash 安全错误。 如何启用它?

I have to fiddle around with video on clients that are getting the video stream from Red5, and I'm getting flash security errors when trying to do so.
How to enable that?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(2

萌酱 2024-10-28 01:01:00

看看这个: http://trac.red5.org/ticket/498

并将其添加到red5/live/ 中的 red5-web.xml

<property name="audioAllowed" value="true"/>
<property name="videoAllowed" value="true"/>

Check this out: http://trac.red5.org/ticket/498

And add this to your red5-web.xml in red5/live/

<property name="audioAllowed" value="true"/>
<property name="videoAllowed" value="true"/>

岁月苍老的讽刺 2024-10-28 01:01:00

只要尝试从 IIS 打开 flash 文件即可。它会正常工作。我有时也遇到同样的问题。干杯

Just try to open the flash file from your IIS .It will work fine .i also encountered the same problem sometimes.Cheers

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