What is CoreMediaErrorDomain Code=-16653?
I get this error in func urlSession(_ session: URLSession, task: URLSessionTask, didCompleteWithError error: Error?) immediately when I call resume on an AVAssetDownloadTask
The same video plays fine in AVPlayer.
Post
Replies
Boosts
Views
Activity
What is CoreMediaErrorDomain Code=-16653?
I get this error in the delegate callback urlSession(task:didCompleteWithError:) immediately when I call resume on an AVAssetDownloadTask.
The same video plays fine in AVPlayer. Also I always pass in an assetTitle when I create the asset download task, but most of the time there’s no title displayed in the Settings.app iPhone Storage screen.