Hello. How I could get multiple subtitles embeded in .ts file?
trackInfo = trackSelector.getCurrentSelections().info;
trackGroups = trackInfo.getTrackGroups(2);
trackGroupsAdaptive = new boolean[trackGroups.length];
for (int groupIndex = 0; groupIndex < trackGroups.length; groupIndex++) {
TrackGroup group = trackGroups.get(groupIndex);
trackGroups return only one subtitle though there are 3 subtitles.
Subtitles format CEA-608
You could find stream details here: #2056
Hello. How I could get multiple subtitles embeded in .ts file?
trackInfo = trackSelector.getCurrentSelections().info;
trackGroups = trackInfo.getTrackGroups(2);
trackGroupsAdaptive = new boolean[trackGroups.length];
for (int groupIndex = 0; groupIndex < trackGroups.length; groupIndex++) {
TrackGroup group = trackGroups.get(groupIndex);
trackGroups return only one subtitle though there are 3 subtitles.
Subtitles format CEA-608
You could find stream details here: #2056