Jonathan Trowbridge

Results 24 comments of Jonathan Trowbridge

For my original use case, I was streaming a video file sequentially. Using a calculated time based on percentage complete and total time of the video might not guarantee a...

No, I meant when ```MediaMetadataRetriever``` fails to produce a bitmap by returning null for some video, it is an indicator that the video file itself will result in a black...

I should clarify that when passing any time value to Android's ```MediaMetadataRetriever```, it fails with a null bitmap and logs an error out to the console. When using ```FFmpegMediaMetadataRetriever``` with...

Sorry if this is confusing, maybe just forget I mentioned ```MediaMetadataRetriever```. The issue is passing negative time to ```FFmpegMediaMetadataRetriever``` produces a black bitmap while passing a positive value for the...

Sure thing, I'll try to get to it in the next day or so.

I am also seeing this. Did you ever determine if this was avoidable?

Can't you just split APK by ABI to decrease the size?

@jsc57x I'm facing the same two issues on iOS that you described in your ticket. The request to save password is always presented (even though the credentials are already saved)...

Any update on this issue? This will prevent us from using Iterable on devices targeting API 31 and above.