Jonathan Girven

Results 15 comments of Jonathan Girven

@dmytrodanylyk did this ever make it to maven? Thanks.

Ah, you mention you no longer have time to support this library. Thanks anyway.

It seems happier on a t2.medium (4G RAM).

One off-book thing I had to do with my build was because in .gitmodules and .git/config you reference this URL: https://git.chromium.org/external/libyuv.git This page 404's for me. I updated it to:...

One more thing, so far I have not adjusted the FFmpeg build at all.

Thanks @jacek-marchwicki, I have rebuilt with the increased logs on. Here are the results: ``` 08-16 11:06:01.585 19551-19551/com.ffmpegtest I/art﹕ Late-enabling -Xcheck:jni 08-16 11:06:01.585 19551-19551/com.ffmpegtest I/art﹕ VMHOOK: rlim_cur : 4294967295 pid:19551...

Hi @jacek-marchwicki, was the above log no more help? Is there something else I can try? Thanks.

No problem @jacek-marchwicki, I'll give it a try and let you know if I find anything.

Hi @jacek-marchwicki, I have been looking into this issue today. I have narrowed the crash down to the line: `av_free_packet(packet_data->packet);` https://github.com/appunite/AndroidFFmpeg/blob/master/library-jni/jni/player.c#L1123 Perhaps it is trying to free a packet that...