Is it possible to cache HLS segments with AVPlayer?
问题 Root Problem Our video buffers a lot when seeking in iOS. It buffers quite a bit more than our web player which saves copies of the already watched segments in temp storage. Desired Solution Caching the video segments locally on the device's disk. We're fine with caching a single quality and always replaying it. Blocker We can't find a way to perform caching within AVFoundation/AVPlayer. What We've Tried 2 ways to intercept networking requests with AVPlayer. Conforming to