Class SegmentSettings (1.0.1)

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

Segment settings for "ts", "fmp4" and "vtt". .. attribute:: segment_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 bygopDuration` <#videostream>__.

:type: google.protobuf.duration_pb2.Duration

Attribute

NameDescription
individual_segments bool
Required. Create an individual segment file. The default is false.