Details about internal issue: b/63092960
Nobody has claimed this yet.
- 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
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.