Explicit content protection choice
- 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:]
.
- Akamai token protection: Use