This repository provides a PKGBUILD for OBS Studio on Arch Linux, including WebSocket support.
The problem with obs-studio is that it does not include websockets. Since I use streamdeck and need a way to communicate to obs, I maintain this hack, until this gets merged:
https://bugs.archlinux.org/task/76710?project=5&string=obs-studio obsproject/obs-studio#7475
The github action in this repository creates a tarball with alle the plugins (including websockets). This version includes Websockets, but disables NVenc.
yay -S qrcodegencpp-cmake #this is an AUR depenendcy that must be installed beforehand
git clone https://github.com/tbocek/obs-source-all.git
MAKEFLAGS="-j$(nproc)" makepkg -Acs
sudo pacman -U obs-studio-31.0.0-5-x86_64.pkg.tar.zst
This is the package here:
https://aur.archlinux.org/packages/obs-studio-with-websockets
yay -S obs-studio-with-websockets
To create a release, run
rm .SRCINFO && makepkg --printsrcinfo > .SRCINFO