How to install on Ubuntu? #77
Replies: 3 comments
-
|
It's not merged PR, and not released now. Please don't ask questions about something that has not been released. |
Beta Was this translation helpful? Give feedback.
-
|
I’m not expecting free technical support or anything, only trying to figure out how to use the Linux build produced by the GitHub workflow that was merged a month ago. As I said, I’m glad to assist with improving Linux compatibility. I thought this was the purpose of having Discussions on a repo in GitHub, this isn’t a bug report or issue. If someone has this OBS plugin working in Linux, it would be great to get any more details you can provide that might differ from my own setup described in OP. I’m glad to invest time getting it working, just wondering if I should start with another OS version, an nvidia card, building some dependencies differently, etc. |
Beta Was this translation helpful? Give feedback.
-
|
Yes I'ts not working on linux mint here. I'm using: Kernel: 5.15.0-126-generic x86_64 bits: 64 compiler: gcc v: 11.4.0 Desktop: MATE 1.26.0 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm interested in trying this plugin on Ubuntu, but I haven't been able to get the Filters to appear.
Based on the readme updates in #76, here's what I tried so far...
There are no
.debpackages in the github release page, so I built one from source.First I cloned the git repo, and I modified
install_pkgs_linux.shslightly, sinceubuntu:20.04was missing some packages:Then I ran a container to perform the build as closely as possible to the github workflow:
Inside the container:
The build appears to complete successfully:
build output
Now I install the package:
Comparing my filesystem with the contents of
build/install_manifest.txteverything seems to be in place.When I launch OBS Studio and open Filters for my camera, I see the defaults and the StreamFX ones that I added in
~/.config/obs-studio/plugins/StreamFX(so I know plugins are working in general), but neither of the Virtual Background filters appear.Based on this line, I wonder if I'm missing a dependency?
Here are my software versions:
27.0.1+dfsg1-1(installed viaaptfrom the Ubuntu repo)mainWhen I launch
obsfrom the console I notice the following potential issues:I assume @kounoike has this working, at least on Ubuntu 20.04, so I must have missed a step or part of my setup is incompatible. Since the readme mentioned "default inference engine is CPU" I figured it should work (possible w/poor performance), but the missing
libnvidia-encode.so.1has me wondering if this plugin requires an nvidia gpu. Please let me know anything else I can do to assist with testing Linux compatibility of this plugin.Beta Was this translation helpful? Give feedback.
All reactions