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: 
sonnykr
Visitor

Closed captioning 608 unknown trackname

Hey Guys,

I am using roVideoPlayer for my closed captioning.
Is there a way to get the list of tracknames available on an HLS stream? Basically I have an HLS stream (608 enabled) and not sure what the CC trackname is.

SubtitleConfig  : { TrackName   : "eia608/English"}


Whatever I give, it always returns this error:
*** ERROR: Missing or invalid PHY: 'eia608/<trackName>'


Or knowing the CC trackname upfront (while initializing the videoplayer) is the only way to get CC to work?

--
Sonny
0 Kudos
2 REPLIES 2
jj358mhz
Channel Surfer

Re: Closed captioning 608 unknown trackname

Try this instead
item.SubtitleConfig = {TrackName: "eia608/1"}
0 Kudos
sonnykr
Visitor

Re: Closed captioning 608 unknown trackname

it still returns

*** ERROR: Missing or invalid PHY: 'eia608/1'
0 Kudos