ExoPlayer
ExoPlayer copied to clipboard
Audio file not seekable
ExoPlayer Version
2.18.1
Devices that reproduce the issue
All Device found that issue.
Devices that do not reproduce the issue
No response
Reproducible in the demo app?
Not tested
Reproduction steps
Play the attached media file. some audio file is working fine. maybe some issue in the media file. MeeraBai-Kaain Laage Gopal Meera Tharo.zip
Expected result
audio file seekable for any position.
Actual result
Audio file not seekable.
Media
I have checked by using FLAG_ENABLE_INDEX_SEEKING, which can be set on a DefaultExtractorsFactory using setMp3ExtractorFlags. it is working fine for that audio but any other audio file gets the duration value wrong when I have used mp3ExtractorFlag.
This looks like it's probably a duplicate of https://github.com/google/ExoPlayer/issues/9408 (i.e. you're seeing issues due to using FLAG_ENABLE_INDEX_SEEKING when playing a file where it's not appropriate).
Duplicate of #9408