I use ffmpeg compiled for android and now it works pretty well, however sometimes errors (based on some Android phone configurations) appear and the application simply forcibly closes this message:
Fatal signal 11 (SIGSEGV) at 0x00000001 (code = 1), stream 20745 (AsyncTask # 2)
The ffmpeg call is inside try / catch; however, this does not seem to bother.
So, how can I prevent this force from closing and show the user a message?
source
share