Amazon MediaLive · Schema

RtmpGroupSettings

Rtmp Group Settings

BroadcastingMedia ProcessingMedia

Properties

Name Type Description
AdMarkers object
AuthenticationScheme object
CacheFullBehavior object
CacheLength object
CaptionData object
InputLossAction object
RestartDelay object
View JSON Schema on GitHub

JSON Schema

medialive-api-rtmp-group-settings-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-medialive/refs/heads/main/json-schema/medialive-api-rtmp-group-settings-schema.json",
  "title": "RtmpGroupSettings",
  "description": "Rtmp Group Settings",
  "type": "object",
  "properties": {
    "AdMarkers": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__listOfRtmpAdMarkers"
        },
        {
          "xml": {
            "name": "adMarkers"
          },
          "description": "Choose the ad marker type for this output group. MediaLive will create a message based on the content of each SCTE-35 message, format it for that marker type, and insert it in the datastream."
        }
      ]
    },
    "AuthenticationScheme": {
      "allOf": [
        {
          "$ref": "#/components/schemas/AuthenticationScheme"
        },
        {
          "xml": {
            "name": "authenticationScheme"
          },
          "description": "Authentication scheme to use when connecting with CDN"
        }
      ]
    },
    "CacheFullBehavior": {
      "allOf": [
        {
          "$ref": "#/components/schemas/RtmpCacheFullBehavior"
        },
        {
          "xml": {
            "name": "cacheFullBehavior"
          },
          "description": "Controls behavior when content cache fills up. If remote origin server stalls the RTMP connection and does not accept content fast enough the 'Media Cache' will fill up. When the cache reaches the duration specified by cacheLength the cache will stop accepting new content. If set to disconnectImmediately, the RTMP output will force a disconnect. Clear the media cache, and reconnect after restartDelay seconds. If set to waitForServer, the RTMP output will wait up to 5 minutes to allow the origin server to begin accepting data again."
        }
      ]
    },
    "CacheLength": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__integerMin30"
        },
        {
          "xml": {
            "name": "cacheLength"
          },
          "description": "Cache length, in seconds, is used to calculate buffer size."
        }
      ]
    },
    "CaptionData": {
      "allOf": [
        {
          "$ref": "#/components/schemas/RtmpCaptionData"
        },
        {
          "xml": {
            "name": "captionData"
          },
          "description": "Controls the types of data that passes to onCaptionInfo outputs.  If set to 'all' then 608 and 708 carried DTVCC data will be passed.  If set to 'field1AndField2608' then DTVCC data will be stripped out, but 608 data from both fields will be passed. If set to 'field1608' then only the data carried in 608 from field 1 video will be passed."
        }
      ]
    },
    "InputLossAction": {
      "allOf": [
        {
          "$ref": "#/components/schemas/InputLossActionForRtmpOut"
        },
        {
          "xml": {
            "name": "inputLossAction"
          },
          "description": "Controls the behavior of this RTMP group if input becomes unavailable.\n\n- emitOutput: Emit a slate until input returns.\n- pauseOutput: Stop transmitting data until input returns. This does not close the underlying RTMP connection."
        }
      ]
    },
    "RestartDelay": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__integerMin0"
        },
        {
          "xml": {
            "name": "restartDelay"
          },
          "description": "If a streaming output fails, number of seconds to wait until a restart is initiated. A value of 0 means never restart."
        }
      ]
    }
  }
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/medialive-api-rtmp-group-settings"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.