Post

Replies

Boosts

Views

Activity

How to resume download when HLS manifest url changes/exipred
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
0
0
787
May ’22
How to stop AVPlayer to cache/download hls chunks during playback
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 ?
1
0
1.8k
Jul ’22