We are using Vitamio in our project as a MediaPlayer. When we change target SDK to API level 23 it crashes. Logcat is as follows:
10-10 22:12:04.858: E/Vitamio[4.2.1]Player: LOAD FFMPEG ERROR: dlopen failed: /data/data/com.project/libs/libffmpeg.so: has text relocations
10-10 22:12:04.864: E/Vitamio[4.2.1]Player: FIND_NAME_SYM vvo, render_yuv
10-10 22:12:04.869: A/libc(9372): Fatal signal 11 (SIGSEGV), code 1, fault addr 0x0 in tid 9372
There is an issue about this problem in Vitamio's github page : https://github.com/yixia/VitamioBundle/issues/312
Is there any workaround for this problem?