FFmpegMediaMetadataRetriever
FFmpegMediaMetadataRetriever copied to clipboard
Implement setDataSource from MediaDataSource
trafficstars
Since Android M, MediaDataSource can be provided and it is definitely the most flexible and performant of all solutions allowing to retrieve metadata and thumbnails from any sources easily.
This will make this library compatible with Android's provided one.
Update, initial MediaDataSource support will be available in the next release (v17). Thanks for the suggestion!