Closed
Description
In the latest release of DashJS (1.4.0), they added support for TTML.
It would be perfect if support for TTML could be added to Shaka-player.
Teststream: http://dash.edgesuite.net/dash264/TestCases/4b/qualcomm/1/ED_OnDemand_5SecSeg_Subtitles.mpd
<AdaptationSet mimeType="application/ttml+xml" lang="en">
<Role schemeIdUri="urn:mpeg:dash:role" value="subtitle" />
<Representation id="7" bandwidth="268" >
<BaseURL>English_track.xml</BaseURL>
</Representation>
</AdaptationSet>
<AdaptationSet mimeType="application/ttml+xml" lang="ge">
<Role schemeIdUri="urn:mpeg:dash:role" value="subtitle" />
<Representation id="8" bandwidth="268" >
<BaseURL>German_track.xml</BaseURL>
</Representation>
</AdaptationSet>