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.
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.