sonnykr
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-07-2015
03:07 PM
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.
Whatever I give, it always returns this error:
Or knowing the CC trackname upfront (while initializing the videoplayer) is the only way to get CC to work?
--
Sonny
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
2 REPLIES 2
jj358mhz
Channel Surfer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-07-2015
09:05 PM
Re: Closed captioning 608 unknown trackname
Try this instead
item.SubtitleConfig = {TrackName: "eia608/1"}
sonnykr
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-08-2015
07:58 AM
Re: Closed captioning 608 unknown trackname
it still returns
*** ERROR: Missing or invalid PHY: 'eia608/1'