Skip to content

Explicit content protection choice

Compare
Choose a tag to compare
@defagos defagos released this 19 Mar 09:53
· 165 commits to master since this release
  • The SDK now requires client code to know in advance which kind of protection must be applied when creating the URL asset:
    • Akamai token protection: Use -[AVURLAsset srg_akamaiTokenProtectedAssetWithURL:options:].
    • FairPlay protection: Use -[AVURLAsset srg_akamaiTokenProtectedAssetWithURL:certificateURL:options:].
    • No protection: Use the standard -[AVURLAsset assetWithURL:].