wseemann / FFmpegMediaMetadataRetriever

FFmpegMediaMetadataRetriever provides a unified interface for retrieving frame and meta data from an input media file.
1.72k stars 387 forks source link

Fails to retrieve video frame using content URI #245

Open leephela opened 3 years ago

leephela commented 3 years ago

First of all, thanks for creating this wonderful library. This is quite a very helpful and handy library indeed.

However , there is a serious bug. Any media file set using content uri provided by the file provider system in the setDataSource(context, uri) method fails to retrieve video frame at specific time while the same media file works fine as expected when it is set using the file path setDataSource(fpath)

We have tested rigorously on many files, some succeed with intermittent result while most of it, it fails to retrieve the video frame.

Please help fix it. Thank you

ChaoWangHUN commented 2 years ago

I have the same problem, did you solved your problem, can you give me some advice