I am currently using MediaMetadataRetriever.getFrameAtTime
on Android to get thumbnails of videos and it is working great except for live streams (m3u8). Using the m3u8 directly doesn't seem to work and I have managed to get a bitmap back for a .ts
segment file using that same method but it is always just a black bitmap. So how can I get a thumbnail of a live stream?
Thanks.