Amazon MediaConvert · JSON Structure

Mediaconvert Api Dash Iso Encryption Settings Structure

Specifies DRM settings for DASH outputs.

Type: object Properties: 2
BroadcastingMedia ProcessingMedia

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

Properties

PlaybackDeviceCompatibility SpekeKeyProvider

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-dash-iso-encryption-settings-structure.json",
  "name": "DashIsoEncryptionSettings",
  "type": "object",
  "description": "Specifies DRM settings for DASH outputs.",
  "properties": {
    "PlaybackDeviceCompatibility": {
      "allOf": [
        {
          "$ref": "#/components/schemas/DashIsoPlaybackDeviceCompatibility"
        },
        {
          "xml": {
            "name": "playbackDeviceCompatibility"
          },
          "description": "This setting can improve the compatibility of your output with video players on obsolete devices. It applies only to DASH H.264 outputs with DRM encryption. Choose Unencrypted SEI (UNENCRYPTED_SEI) only to correct problems with playback on older devices. Otherwise, keep the default setting CENC v1 (CENC_V1). If you choose Unencrypted SEI, for that output, the service will exclude the access unit delimiter and will leave the SEI NAL units unencrypted."
        }
      ]
    },
    "SpekeKeyProvider": {
      "allOf": [
        {
          "$ref": "#/components/schemas/SpekeKeyProvider"
        },
        {
          "xml": {
            "name": "spekeKeyProvider"
          },
          "description": "If your output group type is HLS, DASH, or Microsoft Smooth, use these settings when doing DRM encryption with a SPEKE-compliant key provider. If your output group type is CMAF, use the SpekeKeyProviderCmaf settings instead."
        }
      ]
    }
  }
}