You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When i try create a FFmpegFrameRecorder instance i get this error: A/libc: Fatal signal 11 (SIGSEGV), code 1, fault addr 0x0 in tid 10239
The app only crash with android6 when i test in android 4.4 and 5.0 this run good. I tried too with 2 device with android 6 and with avd but crash
I tried a solution found in internet but dont work for me:
-add this line in manifest:
android:hardwareAccelerated="false"
The text was updated successfully, but these errors were encountered:
Hi.
I'm working with javacv and ffmpeg compiled with this guide:
https://github.com/bytedeco/javacpp-presets/wiki/Build-Environments
When i try create a FFmpegFrameRecorder instance i get this error:
A/libc: Fatal signal 11 (SIGSEGV), code 1, fault addr 0x0 in tid 10239
The app only crash with android6 when i test in android 4.4 and 5.0 this run good. I tried too with 2 device with android 6 and with avd but crash
I tried a solution found in internet but dont work for me:
-add this line in manifest:
android:hardwareAccelerated="false"
The text was updated successfully, but these errors were encountered: