FFmpegMediaPlayer
FFmpegMediaPlayer copied to clipboard
getDuration return 0 when playing file on sdcard
When I try to play files on sdcard, method getDuration of FFmpegMediaPlayer return 0 value in a lot of that files. I have to get duration of that files from ContentProvider by MediaStore.Audio.Media.DURATION. What's wrong with FFmpegMediaPlayer?