-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Closed
Labels
status: archivedArchived and locked; will not be updatedArchived and locked; will not be updatedtype: enhancementNew feature or requestNew feature or request
Milestone
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>
Metadata
Metadata
Assignees
Labels
status: archivedArchived and locked; will not be updatedArchived and locked; will not be updatedtype: enhancementNew feature or requestNew feature or request