I'm using ExoPlayer v2.1.1, (SimpleExoPlayer and SimpleExoPlayerView) in an Android tv app to stream HLS video on demand. I'm getting the video from m3u8 files, some of which contain WebVtt as well, for subtitles.
There are loads of questions online on how to sideload the WebVtt from a url, but I don't want to sideload them. There must be something obvious that I'm missing since this must be a common use case, but I can't find any questions about it online
Can anyone tell me how to tell ExoPlayer (V2) to show the subtitles? I can see that the subtitles track is there when I call SimpleExoplayer.getCurrentTrackGroups and getCurrentTrackSelections.