Amazon MediaConvert · JSON Structure

Mediaconvert Api Ms Smooth Encryption Settings Structure

If you are using DRM, set DRM System (MsSmoothEncryptionSettings) to specify the value SpekeKeyProvider.

Type: object Properties: 1
BroadcastingMedia ProcessingMedia

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

Properties

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-ms-smooth-encryption-settings-structure.json",
  "name": "MsSmoothEncryptionSettings",
  "type": "object",
  "description": "If you are using DRM, set DRM System (MsSmoothEncryptionSettings) to specify the value SpekeKeyProvider.",
  "properties": {
    "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."
        }
      ]
    }
  }
}