SCTE-35 in MPD splice point validation
Validator implements checks to assert splice points align with segment boundaries The validation is quite simple urn:scte:scte35:2014:xml+bin events are checked for their event times and these are compared to segment boundaries in the MPD. Non audio frames must align with splices, and audio frames must align within 100 ms. This is based on the recommendations in DVB-TA. Strict recommendations based on DVB-TA and/or SCTE are not implemented (yet).
Must Fix Timescale
Event Timescale is zero will lead to a must Fix, as this does not enable signaling splices
Must Fix Audio Segment
Audio segments may be 100 ms off from the splice, otherwise a must fix error is reaised
Must Fix Video and other Segment
Video and other segments raise a must fix error when a splice point does not align with a segment boundary