Skip to content
This repository has been archived by the owner on Oct 4, 2022. It is now read-only.

Latest commit

 

History

History
16 lines (11 loc) · 1.26 KB

ChannelPublishingDash.md

File metadata and controls

16 lines (11 loc) · 1.26 KB

ChannelPublishingDash

DASH configures publication settings. Only one of HLS or DASH can be set.

Properties

Name Type Description Notes
minimum_update_period_secs int Sets the minimumUpdatePeriod field in MPD to be this value. If set to 0 (default), segment duration is used. The value shall not exceed the 'suggested_presentation_delay_secs'. [optional]
signaling_formats [str] Signaling formats specifies which SCTE-35 timeline marker formatting to use when rendering playlists. [optional]
suggested_presentation_delay_secs int The suggested amount of time (in seconds) the player should be behind the live stream. This value must be greater or equal to 'minimum_update_period_secs'. [optional]
url_type str If set to 'URL_TYPE_UNDEFINED' playlist generation will use 'RELATIVE'. [optional]
any string name bool, date, datetime, dict, float, int, list, str, none_type any string name can be used but the value must be the correct type [optional]

[Back to Model list] [Back to API list] [Back to README]