DASH configures publication settings. Only one of HLS or DASH can be set.
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] |