Hi Team, I am able to use AVAssetDownloadTask for downloading HLS content with pause, resume, cancel functionality.
However there is one scenario remaining, as manifest url are signed and expired after few hours. I need to add support for resume after manifest url expired before download complete.
I do not want to restart download, instead resume download after with new HLS manifest url
Selecting any option will automatically load the page
Post
Replies
Boosts
Views
Activity
Hi Team, I am pre-caching first 5 seconds of vidoes to improve start up playback latency. I am using AVAssetDownloadTask(AVAssetDownloadTask | Apple Developer Documentation) for pre-caching first 5 seconds in movpkg container in local. Now during playback of pre-cache vidoe from local file, AVPlayer start downloading remaining video chunks hence completely download video in local which increase space in device.
Is there any way to stop AVPlayer to cache/download chunks in local during playback ?
Topic:
Media Technologies
SubTopic:
Streaming
Tags:
FairPlay Streaming
HTTP Live Streaming
AVFoundation
Core Data