Okay, I've started adding support for SAP but have come up against an issue when creating a new function in the libvlcjni.c file. void Java_org_videolan_libvlc_LibVLC_mediaDiscovererInit(JNIEnv *env, jobject thiz, jlong instance) { /* Release previous media discoverer, if any */ releaseMediaDiscover...