msmafra
New Member
I am not sure if compiling OBS Studio myself I should report bugs. That said I compiled it on Fedora 36 Workstation:
As I will probably test the non-portable compilation later I also already did this:
wget https://cdn-fastly.obsproject.com/downloads/cef_binary_4638_linux64.tar.bz2
tar -xjf ./cef_binary_4638_linux64.tar.bz2
git clone --recursive https://github.com/obsproject/obs-studio.git
cd obs-studio
mkdir build && cd build
cmake -DLINUX_PORTABLE=ON -DCMAKE_INSTALL_PREFIX="${HOME}/obs-studio-portable" -DENABLE_BROWSER=ON -DCEF_ROOT_DIR="../../cef_binary_4638_linux64" -DENABLE_AJA=OFF -DENABLE_NEW_MPEGTS_OUTPUT=OFF ..
make -j$(nproc) && make install
As I will probably test the non-portable compilation later I also already did this:
Didn't test much yet. Two things from what I tried are not working correctly for me: the locking of docks and using webcams.sudo tee /etc/ld.so.conf.d/local.conf <<OBSCOMPILE
/usr/local/lib
OBSCOMPILE
sudo ldconfig
- Locking the docks/layout, lock the ability to resize them and their placement, but not their sizes;
- Webcam preview is not working when adding the device. Intermittently it won't work on opening OBS Studio, having to close and open again. And sometimes if I change scenes it stops working. Trying to use both the integrated and the USB webcam doesn't work. Few of these problems I was/am having on 27.2.x, but As I use the flatpak version, I assumed could be related. But now compiling v28 I am seeing it behaves the same but more frequently.