-
Notifications
You must be signed in to change notification settings - Fork 54
Open
Description
Event
nodes may have child nodes that are not of type text. The 3rd edition of the DASH spec makes this clearer by adding the messageData
attribute for use when the event data is a string (see #20 for implementation of this)
An example might be SCTE35 cues with schemeIdUri urn:scte:scte35:2013:xml
or urn:scte:scte35:2014:xml+bin
, where the child node would be <Signal>
, with further children as required.
The library does not currently support this - the Event content is always considered to be text for parsing and writing - causing data to be lost when transforming a manifest.
Metadata
Metadata
Assignees
Labels
No labels