Amazon MediaLive · JSON Structure

Medialive Api Global Configuration Structure

Global Configuration

Type: object Properties: 6
BroadcastingMedia ProcessingMedia

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

Properties

InitialAudioGain InputEndAction InputLossBehavior OutputLockingMode OutputTimingSource SupportLowFramerateInputs

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-global-configuration-structure.json",
  "name": "GlobalConfiguration",
  "type": "object",
  "description": "Global Configuration",
  "properties": {
    "InitialAudioGain": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__integerMinNegative60Max60"
        },
        {
          "xml": {
            "name": "initialAudioGain"
          },
          "description": "Value to set the initial audio gain for the Live Event."
        }
      ]
    },
    "InputEndAction": {
      "allOf": [
        {
          "$ref": "#/components/schemas/GlobalConfigurationInputEndAction"
        },
        {
          "xml": {
            "name": "inputEndAction"
          },
          "description": "Indicates the action to take when the current input completes (e.g. end-of-file). When switchAndLoopInputs is configured the encoder will restart at the beginning of the first input.  When \"none\" is configured the encoder will transcode either black, a solid color, or a user specified slate images per the \"Input Loss Behavior\" configuration until the next input switch occurs (which is controlled through the Channel Schedule API)."
        }
      ]
    },
    "InputLossBehavior": {
      "allOf": [
        {
          "$ref": "#/components/schemas/InputLossBehavior"
        },
        {
          "xml": {
            "name": "inputLossBehavior"
          },
          "description": "Settings for system actions when input is lost."
        }
      ]
    },
    "OutputLockingMode": {
      "allOf": [
        {
          "$ref": "#/components/schemas/GlobalConfigurationOutputLockingMode"
        },
        {
          "xml": {
            "name": "outputLockingMode"
          },
          "description": "Indicates how MediaLive pipelines are synchronized.\n\nPIPELINE_LOCKING - MediaLive will attempt to synchronize the output of each pipeline to the other.\nEPOCH_LOCKING - MediaLive will attempt to synchronize the output of each pipeline to the Unix epoch."
        }
      ]
    },
    "OutputTimingSource": {
      "allOf": [
        {
          "$ref": "#/components/schemas/GlobalConfigurationOutputTimingSource"
        },
        {
          "xml": {
            "name": "outputTimingSource"
          },
          "description": "Indicates whether the rate of frames emitted by the Live encoder should be paced by its system clock (which optionally may be locked to another source via NTP) or should be locked to the clock of the source that is providing the input stream."
        }
      ]
    },
    "SupportLowFramerateInputs": {
      "allOf": [
        {
          "$ref": "#/components/schemas/GlobalConfigurationLowFramerateInputs"
        },
        {
          "xml": {
            "name": "supportLowFramerateInputs"
          },
          "description": "Adjusts video input buffer for streams with very low video framerates. This is commonly set to enabled for music channels with less than one video frame per second."
        }
      ]
    }
  }
}

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-global-configuration-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.