The Roku 8.0 release notes say:
- Closed Captions are now displayed with a more consistent on-screen appearance across streaming channels.
- Fixed a bug in which closed captions would occasionally not appear in some streaming channels after an advertisement was played.
Ever since the release of 8.0, the captions in my app are no longer working. They were working before. I'm externally loading SRT files by using the
SubtitleConfig and
SubtitleTracks params on the video content. Sorta like this:
vidContent.subtitleTracks = m.top.content.SubtitleTracks
vidContent.subtitleConfig = m.top.content.SubtitleConfig
player.content = vidContent
The
TrackName is set to be the URL of the SRT file which exists in both the
SubtitleConfig object and the
SubtitleTracks list.
This method was working up until lately, but now it's not.
Did something change? Is this a bug?