Mux Stream Response
data class MuxStreamResponse(val container: String, val elementaryStreams: List<String>, val fileName: String, val key: String, val segmentSettings: SegmentSettingsResponse)
Multiplexing settings for output stream.
Properties
Link copied to clipboard
The container format. The default is mp4
Supported container formats: - ts
- fmp4
- the corresponding file extension is .m4s
- mp4
- vtt
See also: Supported input and output formats
Link copied to clipboard
List of ElementaryStream.key
s multiplexed in this stream.
Link copied to clipboard
Link copied to clipboard
Segment settings for ts
, fmp4
and vtt
.