My question is what's the difference in SCTE35-IN , SCTE35-OUT, and in SCTE35-CMD ?
What does SCTE35 tags/marker do? How hls parse the SCTE35-CMD?
508 Views Asked by Kritika Jain At
2
There are 2 best solutions below
0
On
This is well documented in the HLS specification: https://datatracker.ietf.org/doc/html/draft-pantos-hls-rfc8216bis-11#section-4.4.5.1.1.
The contents of SCTE35-CMD are as described in the SCTE35 specification, currently available to download with no cost at https://www.scte.org/standards/library/catalog/scte-35-digital-program-insertion-cueing-message/.
HLS EXT-X-DATERANGE tags that carry SCTE-35 use these attributes.
For SCTE-35
Splice InsertCommands andTime Signalcommands that are used to signal an ad splice:The
SCTE35-OUTattribute is used to indicate the START of an ad break,The
SCTE35-INattribute is used to indicate the END of an ad break,For SCTE-35 Commands that don't signal an ad break (
Splice Null,Bandwidth Reservation,Splice Schedule, and someTime Signals), theSCTE-35-CMDattribute is used.the value for
SCTE35-OUT,SCTE35-IN, andSCTE35-CMDis the SCTE-35 Cue messsage in hex instead of the usual base64.