Roku Developer Program

Join our online forum to talk to Roku developers and fellow channel creators. Ask questions, share tips with the community, and find helpful resources.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
nmaves
Visitor

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
0 Kudos
4 REPLIES 4
nmaves
Visitor

Re: Regression failure for captions after firmware update

Bumping this because there has to be other people sideloading subtitle tracks with MP4 video.

If you have it working please let me know how.
0 Kudos
destruk
Binge Watcher

Re: Regression failure for captions after firmware update

I don't use DASH or TTML.  But single MP4 file encoding with SRT still works with firmware 8.0+ (Roku3, 8.0.0 Build 4143-04).  There are only a handful of people doing what you're doing and posting on these forums, you might try messaging some of them or asking partners@roku.com for some guidance.
0 Kudos
nmaves
Visitor

Re: Regression failure for captions after firmware update

I hear ya there, DRM makes everything 100x harder.  Thanks for the advice.
0 Kudos
edwardaux
Visitor

Re: Regression failure for captions after firmware update

@nmaves did you ever find an answer to this question?
0 Kudos