Scte35MarkerMode type
Which flavour of SCTE-35 marker tags to emit into HLS media playlists.
-
standard(default): RFC 8216EXT-X-DATERANGEwithSCTE35-OUT/IN/CMDattributes — the only Apple-supported carriage. -legacy: the pre-standard "Elemental / Adobe Primetime" convention —EXT-X-CUE-OUT/EXT-X-CUE-IN,EXT-OATCLS-SCTE35andEXT-X-ASSET:CAID. Not in any formal standard but widely parsed across the SSAI ecosystem. -both: emit the standard DATERANGE and the legacy tags together.
Signature:
export type Scte35MarkerMode = "standard" | "legacy" | "both";