FLVPlayback组件检查跨域策略文件?
我正在使用 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论