Class SegmentSettings (1.0.1)

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

Segment settings for fmp4 and ts.

Attribute

NameDescription
segment_duration google.protobuf.duration_pb2.Duration
Duration of the segments in seconds. The default is ``6s``. Note that ``segmentDuration`` must be greater than or equal to gop_duration, and ``segmentDuration`` must be divisible by gop_duration. Valid range is [2s, 20s]. All mux_streams in the same manifest must have the same segment duration.

Inheritance

builtins.object > proto.message.Message > SegmentSettings