I try to show subtitle in dash stream with webvtt, but failed.
I have set captionMode to “On” and can get available subtitle by availableSubtitleTracks field.
But, No matter I set by subtitleTrack field, or by remote controller(according to https://developer.roku.com/en-gb/docs/developer-program/media-playback/closed-caption.md), subtitle not shown.
Below is test stream I used from dash.js(http://reference.dashif.org/dash.js/latest/samples/captioning/multi-track-captions.html) :
Below are fields I got from player node:
availableSubtitleTracks: [{“Description”:“”,“Language”:“en”,“TrackName”:“dash/c~WEBVTT~en~main~”}]
currentSubtitleTrack: dash/c~WEBVTT~en~main~
globalCaptionMode: On
Is there anything I need to do except for setting captionMode and subtitleTrack?
Thanks,
Klaus
