Multiplex: start - AWS Elemental MediaLive API Reference

Multiplex: start

URI

/prod/multiplexes/multiplexId/start

HTTP methods

POST

Operation ID: StartMultiplex

Path parameters
NameTypeRequiredDescription
multiplexIdStringTrue
Responses
Status codeResponse modelDescription
202Multiplex

202 response

400InvalidRequest

400 response

403AccessDenied

403 response

404ResourceNotFound

404 response

409ResourceConflict

409 response

429LimitExceeded

429 response

500InternalServiceError

500 response

502BadGatewayException

502 response

504GatewayTimeoutException

504 response

Schemas

Response bodies

{ "name": "string", "id": "string", "arn": "string", "availabilityZones": [ "string" ], "state": enum, "pipelinesRunningCount": integer, "multiplexSettings": { "transportStreamId": integer, "transportStreamBitrate": integer, "transportStreamReservedBitrate": integer, "maximumVideoBufferDelayMilliseconds": integer }, "tags": { }, "programCount": integer, "destinations": [ { "mediaConnectSettings": { "entitlementArn": "string" } } ] }
{ "message": "string" }
{ "message": "string" }
{ "message": "string" }
{ "message": "string" }
{ "message": "string" }
{ "message": "string" }
{ "message": "string" }
{ "message": "string" }

Properties

AccessDenied

PropertyTypeRequiredDescription
message

string

False

BadGatewayException

PropertyTypeRequiredDescription
message

string

False

GatewayTimeoutException

PropertyTypeRequiredDescription
message

string

False

InternalServiceError

PropertyTypeRequiredDescription
message

string

False

InvalidRequest

PropertyTypeRequiredDescription
message

string

False

LimitExceeded

PropertyTypeRequiredDescription
message

string

False

Multiplex

The multiplex object.

PropertyTypeRequiredDescription
arn

string

False

The unique arn of the multiplex.

availabilityZones

Array of type string

False

A list of availability zones for the multiplex.

destinations

Array of type MultiplexOutputDestination

False

A list of the multiplex output destinations.

id

string

False

The unique id of the multiplex.

multiplexSettings

MultiplexSettings

False

Configuration for a multiplex event.

name

string

False

The name of the multiplex.

pipelinesRunningCount

integer

False

The number of currently healthy pipelines.

programCount

integer

False

The number of programs in the multiplex.

state

MultiplexState

False

The current state of the multiplex.

tags

Tags

False

A collection of key-value pairs.

MultiplexMediaConnectOutputDestinationSettings

Multiplex MediaConnect output destination settings.

PropertyTypeRequiredDescription
entitlementArn

string

MinLength: 1

False

The MediaConnect entitlement ARN available as a Flow source.

MultiplexOutputDestination

Multiplex output destination settings

PropertyTypeRequiredDescription
mediaConnectSettings

MultiplexMediaConnectOutputDestinationSettings

False

Multiplex MediaConnect output destination settings.

MultiplexSettings

Contains configuration for a Multiplex event

PropertyTypeRequiredDescription
maximumVideoBufferDelayMilliseconds

integer

Minimum: 800

Maximum: 3000

False

Maximum video buffer delay in milliseconds.

transportStreamBitrate

integer

Minimum: 1000000

Maximum: 100000000

True

Transport stream bit rate.

transportStreamId

integer

Minimum: 0

Maximum: 65535

True

Transport stream ID.

transportStreamReservedBitrate

integer

Minimum: 0

Maximum: 100000000

False

Transport stream reserved bit rate.

MultiplexState

The current state of the multiplex.

  • CREATING

  • CREATE_FAILED

  • IDLE

  • STARTING

  • RUNNING

  • RECOVERING

  • STOPPING

  • DELETING

  • DELETED

ResourceConflict

PropertyTypeRequiredDescription
message

string

False

ResourceNotFound

PropertyTypeRequiredDescription
message

string

False

Tags

PropertyTypeRequiredDescription

*

string

False

See also

For more information about using this API in one of the language-specific AWS SDKs and references, see the following:

StartMultiplex