Channel Dash Playlist Settings
data class ChannelDashPlaylistSettings(val manifestWindowSeconds: Double? = null, val minBufferTimeSeconds: Double? = null, val minUpdatePeriodSeconds: Double? = null, val suggestedPresentationDelaySeconds: Double? = null)
Dash manifest configuration parameters.
Properties
Link copied to clipboard
The total duration (in seconds) of each manifest. Minimum value: 30
seconds. Maximum value: 3600
seconds.
Link copied to clipboard
Minimum amount of content (measured in seconds) that a player must keep available in the buffer. Minimum value: 2
seconds. Maximum value: 60
seconds.
Link copied to clipboard
Minimum amount of time (in seconds) that the player should wait before requesting updates to the manifest. Minimum value: 2
seconds. Maximum value: 60
seconds.
Link copied to clipboard
Amount of time (in seconds) that the player should be from the live point at the end of the manifest. Minimum value: 2
seconds. Maximum value: 60
seconds.