0

I want to play widevine url on ios,is there any player in ios similar to android exoplayer that supports widevine DRM,right now in android i am able to play widevine mpd file

exception:

[ERROR:/Developer/playground/google3/third_party/video/widevine/cdm_release/core/src/license.cpp(452)] CdmLicense::HandleKeyResponse: unable to parse signed license response
[ERROR:/Developer/playground/google3/third_party/video/widevine/cdm_release/core/src/cdm_engine.cpp(312)] CdmEngine::AddKey: keys not added, result = 70
[ERROR:/Developer/playground/google3/third_party/video/widevine/cdm_release/cdm/src/cdm.cpp(497)] Unexpected error 70
dark knight
  • 303
  • 1
  • 4
  • 15

1 Answers1

0

Widevine do have an iOS SDK - you can see them mention it on their update page:

We had a busy year in 2015 launching new and updated products like the iOS SDK; Shaka Player with offline playback, captioning and cast support; and key security improvements for Chrome and Android. We have a ton of exciting things planned for 2016 and look forward to sharing more details in the coming months!

To get access you need to be part of the partner program, AFAIK - details on the partner program are available on their website:

Mick
  • 24,231
  • 1
  • 54
  • 120
  • we are already part of the partner program,i got ios sdk code but i need to configure some parameters like license server,widevine uuid,dash mpd url,header – dark knight Jan 18 '17 at 09:10
  • Yes - those are the standard info you need for widevine DASH playback. If you just need to see how they are used generally then the Google Shaka player demo is a good resource. – Mick Jan 18 '17 at 12:31
  • i configured license server and mpd url still i am getting exception keys not added – dark knight Jan 18 '17 at 13:10
  • Can you provide an example manifest and LA URL and we can check? – Mick Jan 18 '17 at 17:14
  • i am getting some exception while using our license server url,mpd – dark knight Jan 19 '17 at 06:31