nmaves
8 years agoVisitor
Regression failure for captions after firmware update
Our channel was working well before the 8.0 firmware update. We are using side loaded captions (TTML) with DASH mp4 content.
we are settings
content.subtitletracks = [{
language: "en"
trackname: "https://path-to-ttml-file.ttml"
}]
I see that they now use the iso639 3 character code so I tried
content.subtitletracks = [{
language: "eng"
trackname: "https://path-to-ttml-file.ttml"
}]
But alas when I turn captions on I don't see any of them. I also don't see a list of captions to choose from.
Help a brother out and point out what I am clearly doing wrong.
Nathan
we are settings
content.subtitletracks = [{
language: "en"
trackname: "https://path-to-ttml-file.ttml"
}]
I see that they now use the iso639 3 character code so I tried
content.subtitletracks = [{
language: "eng"
trackname: "https://path-to-ttml-file.ttml"
}]
But alas when I turn captions on I don't see any of them. I also don't see a list of captions to choose from.
Help a brother out and point out what I am clearly doing wrong.
Nathan