Open
Description
It looks like the parser is not including certain values. For example, in this AdaptationSet, we are completely dropping the Accessibility tag
<AdaptationSet contentType="video" minWidth="640" maxWidth="1280" minHeight="360" maxHeight="720" segmentAlignment="true" mimeType="video/mp4" startWithSAP="1">
<ContentProtection schemeIdUri="" value="cenc"/>
<ContentProtection schemeIdUri=""></ContentProtection>
<ContentProtection schemeIdUri="urn:uuid:9a04f079-9840-4286-ab92-e65be0885f95">
<Accessibility schemeIdUri="urn:scte:dash:cc:cea-608:2015" value="CC3=spa" id=""/>
<Accessibility schemeIdUri="urn:scte:dash:cc:cea-608:2015" value="CC1=eng" id=""/>
<Representation id="" bandwidth="2700000" width="1280" height="720" frameRate="30000/1001" codecs="avc1.64001F">
<SegmentTemplate media="" initialization="" duration="120120" startNumber="0" timescale="30000"/
</Representation>
I believe its tied to the toM3U8 -
Line 206 in bb89da6
Metadata
Metadata
Assignees
Labels
No labels