NSOSStatusErrorDomain -42650

We are playing drm protected offline hls content.
The file and "key" are both in the app container at the expected locations.

I am seeing this error in the console.app logs
Code Block
AVPlayerItemStatusFailed Error Domain=AVFoundationErrorDomain Code=-11800 "The operation could not be completed" UserInfo={NSLocalizedFailureReason=An unknown error occurred (-42650), NSLocalizedDescription=The operation could not be completed, NSUnderlyingError=0x2807293b0 {Error Domain=NSOSStatusErrorDomain Code=-42650 "(null)"}}


The player SDK is emitting Error Opening Stream
Code Block
onError -4=Optional("The operation could not be completed (An unknown error occurred (-42650)) (code -11800)")


I can't find anything related to error -42650

Anyone get this error before?
Same problem here, have you found a solution?

What I have noticed is that it seems that AVFoundation will try to load the playlist.m3u8 even when it's offline, and when the request failed an error is emitted which leads to playback failure.

NSOSStatusErrorDomain -42650
 
 
Q