Class MuxStream (1.0.4)

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

Multiplexing settings for output stream.

Attributes

NameDescription
key str
A unique key for this multiplexed stream.
container str
The container format. The default is fmp4. Supported container formats: - fmp4 - the corresponding file extension is .m4s - ts - the corresponding file extension is .ts
elementary_streams Sequence[str]
List of ElementaryStream keys multiplexed in this stream. - For fmp4 container, must contain either one video or one audio stream. - For ts container, must contain exactly one audio stream and up to one video stream.
segment_settings google.cloud.video.live_stream_v1.types.SegmentSettings
Segment settings for fmp4 and ts.