Forum Discussion
RokuKC
8 years agoRoku Employee
"gomad" wrote:
...
steps: start video -> press * and change the subtitle (say from eng to spanish)-> let the video continue and -> mid rolls are played -> returned to player and then observed that the subtitles has reset to English!
this is how i am setting up my player initially:
Subtitle_TracksArray.push({"TrackName":url1,"Description":name})
Subtitle_TracksArray.push({"TrackName":url2,"Description":name})
ContentNode_object.SubtitleTracks = Subtitle_TracksArray
...
I don't have any help to offer regarding RAF aspect, which may well be a bug, but I wonder if you might want to set the Language attribute for each if your tracks, if you have that information. If the second track has Language:"spa" to indicate Spanish, for example, if the user selects that it should make Spanish the default closed caption language. On subsequent playback that track would be selected automatically.