Amazon MediaLive · JSON Structure

Medialive Api Rtmp Group Settings Structure

Rtmp Group Settings

Type: object Properties: 7
BroadcastingMedia ProcessingMedia

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

Properties

AdMarkers AuthenticationScheme CacheFullBehavior CacheLength CaptionData InputLossAction RestartDelay

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-medialive/refs/heads/main/json-structure/medialive-api-rtmp-group-settings-structure.json",
  "name": "RtmpGroupSettings",
  "type": "object",
  "description": "Rtmp Group Settings",
  "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 Structure 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 json structure

4 MCP tools reach this
  • find_json_structuresBrowse and filter every JSON Structure 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 Structure
curl "https://apis.io/api/v1/json-structures/medialive-api-rtmp-group-settings-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?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.