1

I have an video app, which requires me to use FairPlay DRM support. my question is If I use DRM service, will the generated URL (which is comprises of url+token) will be played by Avplayer (I made a custom AVPlayer).

Eric Aya
  • 69,473
  • 35
  • 181
  • 253
Saty
  • 2,563
  • 3
  • 37
  • 88

1 Answers1

1

Not without the changes needed for fairplay drm. You should review the sample application provided in the fairplay sdk to see what changes need to be made to your ios application to play the drm encrypted content.

dar
  • 6,520
  • 7
  • 33
  • 44