OBS System for recreating Xbox Game DVR on Linux
This system was originally made for Devin, now it is getting uploaded to GitHub, mainly for archival purposes.
NOTE: This guide assumes you are using Pop!_OS 20.10 and GNOME 3.38, milage may vary :/
git
or gh
or by downloading a ZIP file of the repository from here.git clone https://github.com/quinndoescode/obs-dvr.git
gh repo clone quinndoescode/obs-dvr
obs-dvr-startup.sh
to a location you want it in. For this example, I put mine in /home/quinn/obs-dvr/
obs-dvr-backup.desktop
into $HOME/.local/share/applications/
It is very easy to port this to other distros/DMs. The entire thing revolves around the CLI one-liner obs --startreplaybuffer --minimize-to-tray
Q: I use Discord. I don't want streamer mode being enabled every time I restart my computer
A: Disable it under User Settings -> Streamer Mode -> Uncheck "Automatically enable/disable"