-
-
Notifications
You must be signed in to change notification settings - Fork 418
Description
Hi,
I tried to install version 4.11.1 as described on an intel build PC (vga: nVidia GTX 1660 super) Ubuntu 20.04, with latest OBS (v29.0.2) but the obs-ndi plugin can not be loaded.
I found in the log this:
os_dlopen(/usr//lib/x86_64-linux-gnu/obs-plugins/obs-ndi.so->/usr//lib/x86_64-linux-gnu/obs-plugins/obs-ndi.so): libQt6Widgets.so.6: cannot open shared object file: No such file or directory
Module '/usr//lib/x86_64-linux-gnu/obs-plugins/obs-ndi.so' not loaded
What could be the problem? I could not find anything in connection with this file "libQt6Widgets.so.6" elsewhere.
EDIT:
git clone https://github.com/obs-ndi/obs-ndi.git
cd obs-ndi
.github/scripts/build-linux.sh
Error messages I get:
E: Unable to locate package qt6-base-dev
E: Unable to locate package libqt6svg6-dev
E: Unable to locate package qt6-base-private-dev
X script execution error
Callstack:
/root/install/ndi/obs-ndi/.github/scripts/utils.zsh/setup_linux:55
/root/install/ndi/obs-ndi/.github/scripts/build-linux.zsh:168
/root/install/ndi/obs-ndi/.github/scripts/build-linux.zsh:265
What do you need for debugging?
Thank you any help in advance!