Is there a way in ExoPlayer to disable one of the variant in master manifest (for example disable all AV1 videos)?
@marcbaechinger is already working on this.
Since Jul 16, 2025.
- Dominant language
- Java
- Stars
- 3k
- Forks
- 955
- Avg merge
- 12d 14h
- Merged PRs (30d)
- 2
Description
I am trying to customize Android ExoPlayer (version 1.4.1) so that it can disable track variants even if it exists in the master manifest.
I know we have TrackSelectionOverride option. However, I need to make sure that the variant is really never selected, as in the update should be applied as soon as the master manifest is downloaded.
Currently, there seems to not have an ExoPlayer callback for when master manifest is downloaded. How should I achieve this? Is there a function to tell trackSelector to not choose a variant or where should I put my TrackSelectionOverride? Thank you!
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.