Amazon MediaConvert · JSON Structure

Mediaconvert Api Hls Offline Encrypted Structure

Enable this setting to insert the EXT-X-SESSION-KEY element into the master playlist. This allows for offline Apple HLS FairPlay content protection.

Type: string Properties: 0
BroadcastingMedia ProcessingMedia

HlsOfflineEncrypted is a JSON Structure definition published by Amazon MediaConvert. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-mediaconvert/refs/heads/main/json-structure/mediaconvert-api-hls-offline-encrypted-structure.json",
  "name": "HlsOfflineEncrypted",
  "type": "string",
  "description": "Enable this setting to insert the EXT-X-SESSION-KEY element into the master playlist. This allows for offline Apple HLS FairPlay content protection.",
  "enum": [
    "ENABLED",
    "DISABLED"
  ]
}