androidx / androidx/media

Unimplemented getCurrentTracks() in MediaController

Open
#102 3 comments 0 reactions 1 assignee View on GitHub

@marcbaechinger is already working on this.

Since Jul 1, 2022.

bug
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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.