[1] MLD-5.x / Systems / x86 Systeme (PC) / [MLD5.5 testing] OBS Studio
 

Offline gr4vity

  • Expert Member
  • *****
  • Posts: 604
    • View Profile
[MLD5.5 testing] OBS Studio
« on: May 30, 2021, 23:41:00 »






Hi,

OBS Studio is a software than can capture, encode, record or stream videos to your Youtube, Facebook channel.
In order for the virtual cam to work you will need v4l2sink plugin then you can enable it as in screenshots.

The problem is obs-studio debian buster package is old.

You can build a portable version that has v4l2sink plugin built-in and browser plugin as follows:

Code: [Select]
wget https://cdn-fastly.obsproject.com/downloads/cef_binary_4280_linux64.tar.bz2
tar -xjf ./cef_binary_4280_linux64.tar.bz2
git clone --recursive https://github.com/obsproject/obs-studio.git
cd obs-studio
mkdir build && cd build
cmake -DUNIX_STRUCTURE=0 -DCMAKE_INSTALL_PREFIX="${HOME}/obs-studio-portable" -DBUILD_BROWSER=ON -DCEF_ROOT_DIR="../../cef_binary_4280_linux64" ..
make -j4 && make install

Is there a nice guy who can build and share it with us?  :)

Best Regards.
« Last Edit: May 30, 2021, 23:44:35 by gr4vity »

[1] MLD-5.x / Systems / x86 Systeme (PC) / [MLD5.5 testing] OBS Studio
 



Users Online Users Online

0 Members and 1 Guest are viewing this topic.