-
Notifications
You must be signed in to change notification settings - Fork 6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Multiple CC tracks support in DASH #5656
Comments
@ojw28 Can you comment on how this is supposed to work and if and what we should do for such a manifest? |
Hi all, |
We would need to add support for this in In particular |
Issue: #5656 PiperOrigin-RevId: 241235377
This is supported in the |
[REQUIRED] Use case description
We want to be able to select any CC track defined in Accessibility tag.
See dash manifest: https://vm2.dashif.org/dash/vod/testpic_2s/cea608.mpd
We can only check if any CC track is present in the stream. ExoPlayer uses only the first one language track from "value" attribute of the tag which defines CC tracks (parseCea608AccessibilityChannel function).
The value attribute from CC accessibility tag can be retrieved from DASH manifest object that comes in onTimelineChanged event. However, there is no possibility to choose other track than the one that ExoPlayer has chosen.
Proposed solution
(none)
Alternatives considered
n/a
The text was updated successfully, but these errors were encountered: