Class SegmentSettings (1.4.1)

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

Segment settings for ts, fmp4 and vtt.

Attributes

NameDescription
segment_duration google.protobuf.duration_pb2.Duration
Duration of the segments in seconds. The default is ``6.0s``. Note that ``segmentDuration`` must be greater than or equal to ```gopDuration`` <#videostream>`__, and ``segmentDuration`` must be divisible by ```gopDuration`` <#videostream>`__.
individual_segments bool
Required. Create an individual segment file. The default is ``false``.

Inheritance

builtins.object > proto.message.Message > SegmentSettings