Skip to content

tbocek/obs-source-all

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

71 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OBS for Arch Linux with websockets

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.

Manual Installation

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

Installation with yay

This is the package here:

https://aur.archlinux.org/packages/obs-studio-with-websockets

yay -S obs-studio-with-websockets

Release (maintainers only)

To create a release, run

rm .SRCINFO && makepkg --printsrcinfo > .SRCINFO

About

OBS for Arch Linux including websockets

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages