I'm using ExoPlayer
to play video & audio files in my app. Recently I've discovered that ExoPlayer
does not support AVI files.
What I'm asking for is the way to make it support AVI.
As per this issue, they are not going to add AVI support, but there is some way to play AVI with some deprecated API.
Asked
Active
Viewed 1,387 times
3

Vladyslav Matviienko
- 10,610
- 4
- 33
- 52
-
You could also convert your AVI files to MP4. Better compression and quality. – Wildcopper Jun 23 '16 at 13:36
-
@Wildcopper ,I'm playing files from URLs, they are not static. – Vladyslav Matviienko Jun 23 '16 at 17:44
-
late to the party, but this question does not really show effort in solving the issue (given also the size of the feature), and does not seem as a good fit for a single question – superjos Aug 21 '18 at 09:46