Skip to content

Fixes bug: 437:TTML Subtitles are non-functional

Vinay Rosenberg requested to merge github/fork/Varun9160/development into development

Created by: Varun9160

Adds a null check & changes label to use mediaInfo.index instead of ID as ID is null for ttml. There are most likely better ways to fix these issues, as ttml subtitles are created as VTTCues with the current code. However this code yields functional ttml subtitles with the "Insertion of Timed Text 2" source content.

Bug https://github.com/Dash-Industry-Forum/dash.js/issues/437

Merge request reports