androidx / androidx/media

Details about internal issue: b/63092960

Open
#1,697 2 comments 0 reactions 1 assignee View on GitHub

Nobody has claimed this yet.

needs triage question
Dominant language
Java
Stars
3k
Forks
955
Avg merge
12d 14h
Merged PRs (30d)
2

Description

Some users contacted me because they can't play some opus files in m4a container.

After some debugging it's because Media3 incorrectly think they are DRM protected and the code path that is supposed to clear the drmInitData is commented out with // TODO: Uncomment when [Internal: b/63092960] is fixed.

Since that bug is private can we have some details about the bug and the potential impact of reverting the workaround for it in media3 in a local fork?

https://github.com/androidx/media/blob/main/libraries/extractor/src/main/java/androidx/media3/extractor/mp4/BoxParser.java#L1154
https://github.com/androidx/media/blob/main/libraries/extractor/src/main/java/androidx/media3/extractor/mp4/BoxParser.java#L1771

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.