I did everything but only video delay pops up.
Do you see it under effects?
Hereās what I see when I go to add Effect Filters after installing StreamFX:
I was able to get a decent one without a green screen using the Mask with Invert Region to dial it in.
Thereās no blur effect. I will try reinstalling the plugins. Or is there a simpler way ?
These are the instructions to install the plugin.
- Download the latest Production or Testing release of your choice for Linux.
- Extract the archive to
~/.config/obs-studio/
. (If you installed OBS via flatpak the correct location is~/.var/app/com.obsproject.Studio/config/obs-studio/
)- Done, you can now launch OBS Studio and StreamFX should load.
Now , which asset should I use ? I would use this one streamfx-ubuntu-20.04-0.11.1.0-g81a96998.zip after that I would extract the archive to the correct flatpak location . Which command should I use ?
If itās helpful, here are the blur settings that seem to work well for me:
I used that one. Make sure to extract it all to the ~/.var/app/com.obsproject.Studio/config/obs-studio/
folder, including the plugins folder at the root of the archive and then restart OBS. You should be a splash page for it when you launch OBS if you installed it right.
I just tried to use this for a Zoom meeting and hit this bug, for what itās worth: Virtual Camera will start one time and will not restart until reboot Ā· Issue #4808 Ā· obsproject/obs-studio Ā· GitHub
Iām using the RPM version, so maybe youāll be lucky and not have the same issue with flatpak?
This workaround got it working for me in the meantime:
- Stop OBS
sudo modprobe -r v4l2loopback
sudo modprobe v4l2loopback
- Start OBS again
How do I extract the file ?
And what are the terminal commands for the other steps ?
I have to work on my terminal commands.
You can extract it with unzip
. I just used the graphical utility in gnome when I did it.
I did that as well but I canāt open the ~/.config/obs-studio/
, how do I do that ?
Depending on the desktop environment, Alt + .
or Ctrl + h
should show hidden files (on *nix systems, hidden files and directories begin with a ā.ā)
Nope , I canāt find the file
I would like to perform the action like in this video https://www.youtube.com/watch?v=7DoN7vpzdoc
Which command is the equivalent of xdg open (Ubuntu ) for Fedora ?
$ unzip streamfx-ubuntu-20.04-0.11.1.0-g81a96998.zip -d~/.config/obs-studio/
Archive: streamfx-ubuntu-20.04-0.11.1.0-g81a96998.zip
checkdir: cannot create extraction directory: ~/.config/obs-studio
No such file or directory
What should I do ?
Create the directory first, via your terminal app:
mkdir ~/.config/obs-studio
It may echo that the directory already exists (see below).
Then run this command, corrected from yours above:
unzip streamfx-ubuntu-20.04-0.11.1.0-g81a96998.zip -d ~/.config/obs-studio/
Attention here: There was a space missing in your command, before this part:
~/.config/obs-studio/
I fixed that in the command I gave you in this post. So maybe the mkdir command I gave at first isnāt even necessary, because the dir ~/.config/obs-studio/ already exists.
Thank you , you helped me solve my issue.
StreamFX doesnāt seem usable on Linux any more. There is no binary release which can be installed the way their install instructions describe. The above mentioned ZIP file, streamfx-ubuntu-20.04-0.11.1.0-g81a96998.zip
no longer exists.
0.11.1 doesnāt even build on F39.
Is there any way to achieve this without this broken StreamFX?