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
The player SDK is emitting Error Opening Stream
I can't find anything related to error -42650
Anyone get this error before?
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?