tomsuperman

Results 9 comments of tomsuperman

I did try to build a self-plugin to active NSD register service during startup. You can see my comments in #166. I just tried to build it under level 33,...

I did solve the Android 14 issue by downloading the latest SDK from NDI website, and replaced the libndi.so file from arm64-v8a folder to KlakNDI\jp.keijiro.klak.ndi\Plugin\Android folder

to add more clarifications, the Plugin works great on iOS.

Thanks for the reply. I just did plug in a USB-ethernet adapter, but still black screen. I did try to add the dropdown to list the OBS senders which works...

to Update. I tried to find an older phone without recent security update from Android. The NDI receiver works perfectly fine. So I think the issue may related to the...

@keijiro could you check if this is related to the late update from Android? Thanks.

@keijiro Hi, I changed the Target API Level to Android 11.0(API Level 30), and it worked fine. It seems the API level neet to adjust below 31. I do not...

@keijiro, I looked more into this issue and found out something may related to this outcome. https://developer.android.com/about/versions/12/behavior-changes-12#mdnsresponder "Android 12 changes when apps can interact with the mDNSResponder daemon using the...

For anyone who has the same issue, one fix is to create an Android plugin and add a NSD Register Service to create a mddns section at beginning. I believe...