我们在项目中使用Vitamio作为MediaPlayer。当我们将目标SDK更改为API级别23时,它会崩溃。 Logcat如下:
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
在Vitamio的github页面中存在关于此问题的问题:https://github.com/yixia/VitamioBundle/issues/312
此问题是否有解决方法?