FLVPlayback组件检查跨域策略文件?

发布于 2024-12-11 06:36:36 字数 430 浏览 0 评论 0原文

我正在使用 FLVPlayback 组件在我的应用程序中流式传输视频。使用位图绘制时,出现 SecurityError:

安全错误:错误#2123:安全沙箱违规:BitmapData.draw:没有授予访问权限的策略文件

我的 Web 服务器和 FMS 上都有一个策略文件。我认为问题在于 FLVPlayback 组件没有检查策略文件的选项。我已经尝试过:

flvpb.getVideoPlayer(pb.activeVideoPlayerIndex).netStream.checkPolicyFile = true;

但是,这是不成功的,因为在加载视频之前 activeVideoPlayerIndex 为空。这样做的问题是需要在加载之前检查策略文件。

有什么想法吗?

I'm using the FLVPlayback component to stream video in my application. When using Bitmap draw, I get a SecurityError:

SecurityError: Error #2123: Security sandbox violation: BitmapData.draw: No policy files granted access

I have a policy file on both my web server and my FMS. I believe the issue is that the FLVPlayback component doesn't have an option to check for a policy file. I've tried:

flvpb.getVideoPlayer(pb.activeVideoPlayerIndex).netStream.checkPolicyFile = true;

But, this was unsuccessful as the activeVideoPlayerIndex is null until the video is loaded. The problem with this is that the policy file needs to be checked prior to the load.

Any ideas?

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

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文