寻找尚未加载的视频部分(渐进式下载)
有人告诉我,有一种服务器技术允许用户寻找尚未加载的视频部分,即使我使用的是渐进式下载,而不是真正的流式传输。
它是什么技术?
I was told there is a server technology that allows user to seek to a part of video that has not been loaded yet even if I am using progressive download, not true streaming.
What technology is it?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
有多种方法可以处理您所描述的内容,例如:http://h264.code-shop。 com/trac#Timeshiftingseek 或 http://stream.xmoov.com/。
显然这将无法播放您未收到的数据。这是一种标准的渐进式 HTTP 下载,其中视频文件在服务器端按需“剪切”。
There are multiple ways to handle what you describe, for example: http://h264.code-shop.com/trac#Timeshiftingseek or http://stream.xmoov.com/.
Obviously this won't be able to play data you didn't receive. It's a standard progressive HTTP download where the video file is "cut" on demand server sided.