Replies: 2 comments
-
According to IOP v.5 The SCTE 214-1 [10] / 214-3 [11] specification defines a set of event schemes for carrying SCTE-35. The appropriate Source: https://dashif.org/docs/IOP-Guidelines/DASH-IF-IOP-Part5-v5.0.0.pdf |
Beta Was this translation helpful? Give feedback.
0 replies
-
The xml+bin should be urn:scte:scte35:2014:xml+bin |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Latest SCTE specification "ANSI/SCTE 35 2020 - Digital Program Insertion Cueing Message" specifies the alternative XML format for SCTE 35 messages:
"urn:scte:scte35:2013:xml: an XML representation of an SCTE 35 message containing either a
Signal.SpliceInfoSection element or a Signal.Binary element..."
This format is not supported in dash.js.
Does DASH IOP support this format? The latest version I have specifies only support for messages in
urn:scte:scte35:2013:bin
orurn:scte:scte35:2013:xml+bin
formatsExample of MPD containing a SCTE-35 EventStream in XML format:
Beta Was this translation helpful? Give feedback.
All reactions