TheRedM
New Member
I followed the official guide to build obs with browser source form source
obsproject.com
But after running
I got this error
I installed PipeWire but still same error i also tried to install the development library of PipeWire (libpipewire-0.3-dev) but i couldn't it seems unavailable for arm64 i guess! But i already have older version of it (libpipewire-0.2-dev), i know that libpipewire-0.3-dev is necessary but i already set ENABLE_PIPEWIRE=OFF i don't know what i'm messing
Install Instructions
OBS Studio - Free and open source software for live streaming and screen recording - obsproject/obs-studio
Code:
cmake -DUNIX_STRUCTURE=1 -ENABLE_PIPEWIRE=OFF -DCMAKE_INSTALL_PREFIX=/usr -DBUILD_BROWSER=ON -DCEF_ROOT_DIR="../../cef_binary_4280_linux64" ..
Code:
PipeWire library not found! Please install PipeWire or set
ENABLE_PIPEWIRE=OFF