William Seemann

Results 51 comments of William Seemann
trafficstars

> Thanks for your answer. I was using mmr by > > ``` > MediaMetadataRetriever mmr = new MediaMetadataRetriever(); > xmmr.setDataSource(this.getApplicationContext(), mVideoUri); > ``` > > This works fine. mVideoUri...

Are all of your videos greater or equal to 10000000L in length? If not, then the library is probably returning the last available frame in the video, which may be...

That makes sense. Thanks for the reply @DeVictorVH. Sorry this library didn't quite meet your needs.

Closed due to inactivity.

Hi @skylarmt, are you able to post a stacktrace by any chance? I'm unable to reproduce this issue on my phone.

Can you post `ZipMediaDataSource`? The issue is likely due to come API specific behavior in whatever that class is doing.

Hello @skydoves, thank you for the reply. I looked over the sample you provided but this doesn't seem to address the issue outlined in my original question. The code snippet...