Building OBS Studio with BredOS (Arch Linux ARM)

Опубликовано: 14 Октябрь 2024
на канале: LivingLinux
548
7

Although it is possible to use OBS (Open Broadcaster Software) Studio on the Radxa Rock 5B with a patched Ubuntu image, I wanted to try to see if I can get it working with BredOS (Arch).

It wasn't easy for me, as the OBS website doesn't have the instructions for Arch and I found a website, but the information is from two years ago and failed on my machine.
https://www.jeremymorgan.com/tutorial...

After some more research, I finally got it working.

You can use the following commands to update BredOS and install the needed packages.

sudo pacman -Syu
sudo pacman -Sy base-devel cmake yay

sudo pacman -Sy lohmann-json luajit swig vlc onevpl asio sndio rtmpdump qt6-svg

yay -S websocketpp-git libdatachannel librist

It doesn't hurt to reboot, before attempting to build OBS Studio.

You can find the instructions here.
https://obsproject.com/wiki/Build-Ins...

I used the instruction to build without browser support and create a portable package.

git clone --recursive https://github.com/obsproject/obs-stu...
cd obs-studio
mkdir build && cd build
cmake -DLINUX_PORTABLE=ON -DCMAKE_INSTALL_PREFIX="${HOME}/obs-studio-portable" -DENABLE_BROWSER=OFF -DENABLE_AJA=OFF -DENABLE_WEBRTC=OFF -DENABLE_DECKLINK=OFF -DENABLE_QSV11=OFF ..
make -j4 && make install

OBS Studio needs OpenGL 3.3 or higher, so we have to spoof OpenGL 3.3.
export PAN_MESA_DEBUG=gl3

00:00 Intro
00:18 OBS Website
00:56 Old Instructions
02:18 Installing the needed packages
04:20 Build OBS
05:43 Start OBS

Twitter:   / livinglinux  

#Radxa #Rock5 #rockchip #RK3588 #BredOS #archlinux #obsstudio