Unimplemented getCurrentTracks() in MediaController
@marcbaechinger is already working on this.
Since Jul 1, 2022.
- Dominant language
- Java
- Stars
- 3k
- Forks
- 955
- Avg merge
- 12d 14h
- Merged PRs (30d)
- 2
Description
I recently transitioned my app over to media3 and I've noticed that the closed captions button is always disabled. All of my videos are HLS and on exoplayer2 it was loading all of the tracks correctly. I went to debug this through the media3 code and found that I kept hitting a TODO(b/178486745) line here: https://github.com/androidx/media/blob/release/libraries/session/src/main/java/androidx/media3/session/MediaController.java#L1674-L1677 Is this why subtitles are not enabled for media3? Is there a way I can get subtitles working correctly? Is there a timeline when this TODO will be addressed? Thanks!
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.