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

Latest commit

 

History

History
21 lines (16 loc) · 3.15 KB

ChannelPublishingHls.md

File metadata and controls

21 lines (16 loc) · 3.15 KB

ChannelPublishingHls

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

Properties

Name Type Description Notes
audio_only_variants str Defines how audio only variant streams are included in the master playlist, where the variant streams are defined by #EXT-X-STREAM-INF tag, the tag attributes provide information about the Stream. If NOT_SET - honor the deprecated 'exclude_audio_only' flag. Later when the deprecated flag is removed, the NOT_SET would mean INCLUDE_DEFAULT The INCLUDE_DEFAULT option - only the default 'audio only variant stream' is included in master playlist. This is the most common use case. INCLUDE_NONE - no audio only variant streams are included in the master playlist, it replaces 'exclude_audio_only' setting. INCLUDE_ALL - include all audio only variant streams in the master playlist. [optional]
gap_tags str Allows turning gap tags ON/OFF. When turned ON - the tag '#EXT-X-GAP' is inserted into media playlist for a missing segment. When turned OFF - Discontinuity is inserted into the playlist for missing segment(s). The default option UNDEFINED is mapped to OFF. Note: Gap tags are always inserted for the missing thumbnail segments independently of this setting [optional]
master_publish_frequency_secs int How often the master playlist(s) should be published in seconds. A value of 0 means the master playlist will only be published once at channel start. [optional]
master_url_type str Allows specifying url type for HLS master playlists. If not provided, playlist generation will use 'RELATIVE'. [optional]
media_url_type str Allows specifying url type for HLS media playlists. If not provided, playlist generation will use 'RELATIVE'. [optional]
partial_presentations [ChannelPublishingHlsPartialPresentations] Specify which partial presentations should be used for this presentation. Partial presentations are additional master playlists that point to a subset of the parent presentation's media streams/variant playlists. [optional]
pdt_on_every_second bool When true a #EXT-X-PROGRAM-DATE-TIME tag will be placed on every media segment in media playlists. When false, the default behavior, the PDT tag is set according to the HLS specification. [optional]
signaling_formats [str] Signaling formats specifies which SCTE-35 timeline marker formatting to use when rendering playlists. [optional]
utc_in_segment_title bool Include a UTC timestamp (that is equivalent in value to #EXT-X-PROGRAM-DATE-TIME) in the title of each media segment in media playlists. Ex. #EXTINF:6.006,LTC=2020-01-01T12:00:00.000Z [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]