You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
leephela
changed the title
Fails to retrieve video frame set using content URI
Fails to retrieve video frame using content URI
May 23, 2021
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 pathsetDataSource(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
The text was updated successfully, but these errors were encountered: