Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如果我希望通过 http 直播流式传输的视频可以离线使用,我是否必须单独下载 http 直播流式传输的文件,或者是否有某种缓存功能?
这些文件大约三分钟长,所以我不相信渐进式下载是一种选择。
这些文件通过 http 传递。当想要使用和缓存 http 资产时,通常使用缓存代理。
另一种选择是直接在 http 客户端中进行缓存。在 HLS 中,客户端通常是不受您直接控制的视频播放器,这使得缓存代理成为最合理的方法。