How is it going? Do you make it now?
Post
Replies
Boosts
Views
Activity
Did you success on partially downloading task with AVAssetDownloadTask? I am doing a preloading task to preload the first segments of playable data of the next content when playing the current content, would like to know if it is feasible by using this API for any media file preloading, other than playlists.
Can we implement this by overriding delegate methods of resource loader and using one player? I tried this on my poc, looks like preloading on playlist is supported while on ts file it is not. would like to know other alternatives with similar solution.