AVPlayer started to throw unknow error:
The operation couldn’t be completed. (CoreMediaErrorDomain error -16190.)
Is there any exhaustive list of CoreMediaErrorDomain's errors?
AVPlayer started to throw unknow error:
The operation couldn’t be completed. (CoreMediaErrorDomain error -16190.)
Is there any exhaustive list of CoreMediaErrorDomain's errors?
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?