Send feedback
Class MuxStream (1.12.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version latestkeyboard_arrow_down
MuxStream ( mapping = None , * , ignore_unknown_fields = False , ** kwargs )
Multiplexing settings for output stream.
Attributes
Name
Description
key
str
A unique key for this multiplexed 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
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
MutableSequence[str]
List of ElementaryStream
key s
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
.
encryption_id
str
Identifier of the encryption configuration to
use. If omitted, output will be unencrypted.
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-08-07 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[],[],null,["# Class MuxStream (1.12.0)\n\nVersion latestkeyboard_arrow_down\n\n- [1.12.0 (latest)](/python/docs/reference/livestream/latest/google.cloud.video.live_stream_v1.types.MuxStream)\n- [1.11.0](/python/docs/reference/livestream/1.11.0/google.cloud.video.live_stream_v1.types.MuxStream)\n- [1.10.0](/python/docs/reference/livestream/1.10.0/google.cloud.video.live_stream_v1.types.MuxStream)\n- [1.9.1](/python/docs/reference/livestream/1.9.1/google.cloud.video.live_stream_v1.types.MuxStream)\n- [1.8.1](/python/docs/reference/livestream/1.8.1/google.cloud.video.live_stream_v1.types.MuxStream)\n- [1.7.4](/python/docs/reference/livestream/1.7.4/google.cloud.video.live_stream_v1.types.MuxStream)\n- [1.6.0](/python/docs/reference/livestream/1.6.0/google.cloud.video.live_stream_v1.types.MuxStream)\n- [1.5.2](/python/docs/reference/livestream/1.5.2/google.cloud.video.live_stream_v1.types.MuxStream)\n- [1.4.1](/python/docs/reference/livestream/1.4.1/google.cloud.video.live_stream_v1.types.MuxStream)\n- [1.3.0](/python/docs/reference/livestream/1.3.0/google.cloud.video.live_stream_v1.types.MuxStream)\n- [1.2.1](/python/docs/reference/livestream/1.2.1/google.cloud.video.live_stream_v1.types.MuxStream)\n- [1.1.0](/python/docs/reference/livestream/1.1.0/google.cloud.video.live_stream_v1.types.MuxStream)\n- [1.0.4](/python/docs/reference/livestream/1.0.4/google.cloud.video.live_stream_v1.types.MuxStream)\n- [0.2.0](/python/docs/reference/livestream/0.2.0/google.cloud.video.live_stream_v1.types.MuxStream)\n- [0.1.5](/python/docs/reference/livestream/0.1.5/google.cloud.video.live_stream_v1.types.MuxStream) \n\n MuxStream(mapping=None, *, ignore_unknown_fields=False, **kwargs)\n\nMultiplexing settings for output stream."]]