Scte35MarkerMode
Which flavour of SCTE-35 marker tags to emit into HLS media playlists.
Name |
Number |
Description |
SCTE35_MARKER_MODE_STANDARD |
0 |
RFC 8216 EXT-X-DATERANGE with SCTE35-OUT/IN/CMD attributes only. The only Apple-supported carriage; default, preserves historical behaviour. |
SCTE35_MARKER_MODE_LEGACY |
1 |
Pre-standard "Elemental / Adobe Primetime" tags: EXT-X-CUE-OUT/CUE-IN, EXT-OATCLS-SCTE35 and EXT-X-ASSET:CAID. Not in any formal standard but widely parsed across the SSAI ecosystem. |
SCTE35_MARKER_MODE_BOTH |
2 |
Emit both the standard DATERANGE and the legacy tags. |