Amazon MediaConvert · JSON Structure

Mediaconvert Api M2Ts Scte35 Esam Structure

Settings for SCTE-35 signals from ESAM. Include this in your job settings to put SCTE-35 markers in your HLS and transport stream outputs at the insertion points that you specify in an ESAM XML document. Provide the document in the setting SCC XML (sccXml).

Type: object Properties: 1
BroadcastingMedia ProcessingMedia

M2tsScte35Esam 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

Scte35EsamPid

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-m2ts-scte35-esam-structure.json",
  "name": "M2tsScte35Esam",
  "type": "object",
  "description": "Settings for SCTE-35 signals from ESAM. Include this in your job settings to put SCTE-35 markers in your HLS and transport stream outputs at the insertion points that you specify in an ESAM XML document. Provide the document in the setting SCC XML (sccXml).",
  "properties": {
    "Scte35EsamPid": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__integerMin32Max8182"
        },
        {
          "xml": {
            "name": "scte35EsamPid"
          },
          "description": "Packet Identifier (PID) of the SCTE-35 stream in the transport stream generated by ESAM."
        }
      ]
    }
  }
}