如何从中间点开始缓冲视频显示
我正在尝试使用 Flex Video Display 作为预览播放器。播放器正在从服务器流式传输视频。 当缓冲未完成时,如果我们尝试将播放头拖到缓冲区域之外的区域,播放器会将播放头拖回到当前播放位置。 我需要实现像 youtube 视频播放器这样的播放器,即使数据未完全缓冲,它也允许拖动到轨道中的任何位置。 有没有办法做到这一点。
I am trying to use Flex Video Display as a preview player. The player is streaming the video from the server.
While The buffering is not complete, if we try to drag the play head to an area beyond buffered region, the player will drag the playhead back to the current playing position.
I need to implement the player like you tube video player which allows to drag to anywhere in the track even when data is not fully buffered.
Is there a way for doing this.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您需要使用 RTMP 流式传输文件才能执行此操作。
http://en.wikipedia.org/wiki/Real_Time_Messaging_Protocol
You need to have the files Streamed with RTMP to be abel to do that.
http://en.wikipedia.org/wiki/Real_Time_Messaging_Protocol