error: [obs-ndi] Can't find the NDI library

kdupreez

New Member
I have latest libndi installed and obd-ndi builds and installs fine.. but OBS-NDI plugin doesnt seem to load libndi ??

I made sure ts present in /usr/lib but still does not work... I get "error: [obs-ndi] Can't find the NDI library"

Running OBS on Ubuntu 20.04

When I run OBS, the following is printed out to console:

info: [obs-ndi] hello ! (version 4.9.1)
info: [obs-ndi] Trying ''
info: [obs-ndi] Trying '/usr/lib'
info: [obs-ndi] Trying '/usr/local/lib'
error: [obs-ndi] Can't find the NDI library
==== Shutting down ==================================================

But libndi is installed and present..

user@machine:~$ ll /usr/lib/libndi*
lrwxrwxrwx 1 root root 77 Aug 25 20:45 /usr/lib/libndi.so -> libndi.so.5.5.1*
lrwxrwxrwx 1 root root 77 Aug 25 20:45 /usr/lib/libndi.so.5 -> libndi.so.5.5.1*
lrwxrwxrwx 1 root root 77 Aug 25 20:45 /usr/lib/libndi.so.5.5.1*
 
Top