AVAssetDownloadTask unknown error code

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.
Looks like that's an internal failure within AVAssetDownloadTask. Will you file a bug report using the feedback assistant?
I'm having the same issue. I'm trying to download stream using AVAssetDownloadTask and play the same url asset in AVPlayer simultaneously - according to Apple docs this should work.

And if I go with only downloading stream (without playing) - it works with no errors.
AVAssetDownloadTask unknown error code
 
 
Q