Is there a way to use ExoPlayer to recreate ThumbnailUtils.extractThumbnail

Viewed 411

ThumbnailUtils.extractThumbnail() uses MediaMetadataRetriever and that has a bug on the finalize() method that causes some crashes. So I'm wondering if I can instead use ExoPlayer to create my thumbnails?

Thanks.

0 Answers
Related