Scte35MarkerMode type

Which flavour of SCTE-35 marker tags to emit into HLS media playlists.

  • standard (default): RFC 8216 EXT-X-DATERANGE with SCTE35-OUT/IN/CMD attributes — the only Apple-supported carriage. - legacy: the pre-standard "Elemental / Adobe Primetime" convention — EXT-X-CUE-OUT/EXT-X-CUE-IN, EXT-OATCLS-SCTE35 and EXT-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";