Amazon MediaPackage · JSON Structure

Mediapackage Api Hls Ingest Structure

An HTTP Live Streaming (HLS) ingest resource configuration.

Type: object Properties: 1
BroadcastingMedia ProcessingMedia

HlsIngest is a JSON Structure definition published by Amazon MediaPackage, describing 1 property. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

IngestEndpoints

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-mediapackage/refs/heads/main/json-structure/mediapackage-api-hls-ingest-structure.json",
  "name": "HlsIngest",
  "type": "object",
  "description": "An HTTP Live Streaming (HLS) ingest resource configuration.",
  "properties": {
    "IngestEndpoints": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__listOfIngestEndpoint"
        },
        {
          "xml": {
            "name": "ingestEndpoints"
          },
          "description": "A list of endpoints to which the source stream should be sent."
        }
      ]
    }
  }
}