Thomas Crider b5b06bf50a initial commit
2022-03-12 02:36:27 -07:00
2022-03-12 02:36:27 -07:00
2022-03-12 02:36:27 -07:00
2022-03-12 02:36:27 -07:00
2022-03-12 02:36:27 -07:00
2022-03-12 02:36:27 -07:00
2022-03-12 02:36:27 -07:00
2022-03-12 02:36:27 -07:00
2022-03-12 02:36:27 -07:00

Build instructions:

$ sudo dnf install mock pykickstart
$ sudo usermod -a -G mock <user>
$ mock -r /etc/mock --init
$ mock -r /etc/mock/fedora-35-x86_64.cfg --install lorax-lmc-novirt vim-minimal pykickstart
$ sudo setenforce 0
$ mock -r /etc/mock/fedora-35-x86_64.cfg --rebuild obs-studio-gamecapture-*.fc35.src.rpm
$ mv /var/lib/mock/fedora-35-x86_64/result/*.rpm /path/to/some/folder/
$ exit
$ mock -r /etc/mock/fedora-35-x86_64.cfg --clean
$ sudo setenforce 1

Finished! Packages will be in whatever folder you chose for /path/to/some/folder/

Install instructions:

$ cd /path/to/some/folder/
$ yum install obs-studio-27*.rpm

Upgrade instructions:

$ cd /path/to/some/folder/
$ yum upgrade *.rpm

IMPORTANT NOTES:

  • Game capture does -not- work without the additional obs-studio-gamecapture package. You will need this:

https://copr.fedorainfracloud.org/coprs/gloriouseggroll/obs-studio-gamecapture/

  • Once the gamecapture packages have been installed, you can capture most games using:

obs-gamecapture somegame

For example with steam games in the launch options for the game:

obs-gamecapture %COMMAND%

Then add 'Game Capture' as a source in OBS.

This works for vulkan + opengl and 64 + 32 bit games. The vulkan capture -only- works on AMD due to Nvidia not having VK_EXT_external_memory_dma_buf in their drivers.

Description
OBS Studio build for Nobara/Fedora with browser source and gamecapture plugins added.
Readme 524 MiB