HLS AVPlayerItem producing unknown error, -16190

AVPlayer started to throw unknow error: The operation couldn’t be completed. (CoreMediaErrorDomain error -16190.)

Is there any exhaustive list of CoreMediaErrorDomain's errors?

Replies

This error suggests that your playlist contains some invalid characters, or contains some invalid syntax such as malformed comments. Perhaps a good place to start would be to use mediastreamvalidator/hlsreport to validate the file?