WalkerKnapp / devolay

A Java binding for the Newtek NDI(tm) SDK.
Apache License 2.0
56 stars 17 forks source link

NDI Crashes on Android Emulators with x86_64 ABI #19

Open WalkerKnapp opened 3 years ago

WalkerKnapp commented 3 years ago

When either receiving or sending video data on an Android Emulator using an x86_64 ABI CPU, Devolay crashes with this error message:

A/libc: Fatal signal 11 (SIGSEGV), code 2 (SEGV_ACCERR), fault addr 0x7ae1b2675880 in tid 2940 (ndis:lowQ), pid 2558 (.appname)

This could be a Devolay issue, but at this point I believe it is more likely an issue with the NDI Binary for x86_64 Android or an emulation issue.

As a workaround, try to use x86 Emulators, ARM Emulators, or physical devices to test Android apps that use Devolay.