appunite / AndroidFFmpeg

[DEPRECATED] FFmpeg build for android random architectures with example jni
Apache License 2.0
1.07k stars 470 forks source link

Another SIGSEGV, in av_read_frame #134

Open svenhenrik opened 8 years ago

svenhenrik commented 8 years ago

Hi, I'm having problems compiling a functioning version of this library. Some files work fine, but most just crash within seconds. I can always reproduce with this file:

https://archive.org/download/Popeye_forPresident/Popeye_forPresident_512kb.mp4

I've followed instructions in other issues to increase logging, and it always crashes in the call to av_read_frame in player_read_from_stream.

I guess I need to dig further into av_read_frame, but the reason I'm posting the issue here first is that I've also tried using the libraries provided by @jacek-marchwicki in issue #129 and with them I can play the same file perfectly. This leads me to believe the problem is not in the code but with my build setup. Were those libs built with a standard setup? I assume increased logging, but was something else modified?

I'm building using Ubuntu 14.04, and I've tried building with both r8e and r10e, with the exact same result. I follow the instructions, the requirements are all updated, and I don't see any error messages.