Amazon MediaConvert · JSON Structure

Mediaconvert Api Esam Signal Processing Notification Structure

ESAM SignalProcessingNotification data defined by OC-SP-ESAM-API-I03-131025.

Type: object Properties: 1
BroadcastingMedia ProcessingMedia

EsamSignalProcessingNotification 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

SccXml

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-esam-signal-processing-notification-structure.json",
  "name": "EsamSignalProcessingNotification",
  "type": "object",
  "description": "ESAM SignalProcessingNotification data defined by OC-SP-ESAM-API-I03-131025.",
  "properties": {
    "SccXml": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__stringPatternSNSignalProcessingNotificationNS"
        },
        {
          "xml": {
            "name": "sccXml"
          },
          "description": "Provide your ESAM SignalProcessingNotification XML document inside your JSON job settings. Form the XML document as per OC-SP-ESAM-API-I03-131025. The transcoder will use the signal processing instructions in the message that you supply. Provide your ESAM SignalProcessingNotification XML document inside your JSON job settings. For your MPEG2-TS file outputs, if you want the service to place SCTE-35 markers at the insertion points you specify in the XML document, you must also enable SCTE-35 ESAM (scte35Esam). Note that you can either specify an ESAM XML document or enable SCTE-35 passthrough. You can't do both."
        }
      ]
    }
  }
}