Deep
Deep

Reputation: 51

iOS fairplay throws unknown error 42650

I am trying to play a FairPlay DRM stream on AVPlayer on an iPhone 5S running iOS 10.2.1 but its giving unknown error with code 42650. I get the same error on tvOS 10.1.1.

What does this error code 42650 mean?

Upvotes: 1

Views: 918

Answers (1)

Anders
Anders

Reputation: 186

I've received Error Domain=NSOSStatusErrorDomain Code=-42650 when I call makeStreamingContentKeyRequestData()/streamingContentKeyRequestData() with a corrupt certificate.

This on iOS 13.3.1 and iOS 12.4

Upvotes: 1

Related Questions