视频显示元数据接收就绪总时间
我正在构建一个运行 FLV 的视频播放器,但无法克服 Flex 敌人有时不触发 metadataReceived
事件的事实。有时会,有时不会。 因此FLV的总时间保持为-1。
我知道这是一个已知的错误,我已经研究了很长时间,但现在找不到好的解决方法,找到一个说将缓冲时间设置为 0 并尝试一下,但它也不起作用。
有人对此有好的解决方法吗?
I'm building a video player that run's FLVs and cannot overcome the fact that flex foes not fire the metadataReceived
event sometimes. Sometimes it does and sometimes it does not.
therefore the total time of the FLV remains -1.
I understand its a known bug , I'm researching about it for a long time now , but could not find a good workaround by now, found one that says to set the buffer time to 0 and try that, but it's also does not work.
Does anyone has a good workaround for this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
初始化播放器时,您的
bufferTime
属性设置为多少?尝试将其设置为0?What is your
bufferTime
property set to when you initialize the player? Try setting it to 0?