Class DistributionStream (1.13.0)

DistributionStream(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Multiplexing settings for output streams used in Distribution.

Attributes

Name Description
key str
Required. A unique key for this distribution stream. The key must be 1-63 characters in length. The key must begin and end with a letter (regardless of case) or a number, but can contain dashes or underscores in between.
container str
Required. The container format. Supported container formats: - ts, must contain exactly one audio stream and up to one video stream. - flv, must contain at most one audio stream and at most one video stream.
elementary_streams MutableSequence[str]
Required. List of ElementaryStream keys multiplexed in this stream. Must contain at least one audio stream and up to one video stream.