Skip to content

Multiple CC tracks support in Transport Stream files #2161

@bene25

Description

@bene25

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

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions