OPERATING SYSTEMSOS Linux

How To Install ReplaySorcery on Ubuntu Based Distributions – Open-Source Instant-Replay for Linux

In this video I cover how to install ReplaySorcery, an open-source install-replay solution for Linux, on Ubuntu based distributions.

https://github.com/matanui159/ReplaySorcery#replaysorcery

INSTALLING REPLAYSORCERY

https://github.com/matanui159/ReplaySorcery#installing

First install, the following dependencies through a Terminal window.

sudo apt install git cmake ffmpeg libx11-xcb-dev libavutil-dev libavformat-dev libavdevice-dev libavcodec-dev libavfilter-dev libdrm-dev libpulse-dev

Next, clone the project Github repository with the following command.

git clone https://github.com/matanui159/ReplaySorcery.git

Now, close the Terminal window and open up a new one in the ReplaySorcery folder which is now located in your home directory.

From here, run the build instructions in sequence.

git submodule update –init
cmake -B bin -DCMAKE_BUILD_TYPE=Release
make -C bin
sudo make -C bin install

Once the installation process is complete, start the ReplayService with the following command.

systemctl –user enable –now replay-sorcery

CONFIGURING REPLAYSORCERY

https://github.com/matanui159/ReplaySorcery#configuration

ReplaySorcery is configured using conf files but if you want a GUI optiopn, then install GOverlay.

https://github.com/benjamimgois/goverlay#ubuntu

GOverlay is now available in the Ubuntu 21.04 repository or available from a PPA for older releases of Ubuntu.

Once you have set up your capture options, Save the changes, but restart the RelaySorcery service after doing so.

Now when you activate the key combination, you will have a saved video file in your home directory of the last 30 seconds of activity.

This video was recorded on Linux at 1440p using OBS Studio.

My Desktop – Custom Build
CPU – AMD Ryzen 5 3600
GPU – nVidia GTX 1080 (Founders Edition)
RAM – Crucial 16GB DDR4 (2400mhz)
Motherboard – ASUS TUF Gaming B550-PLUS
PSU – Corsair RM650 (650w)
Storage – 2 x Crucial BX500 1TB SSD / 1 x Samsung 860 EVO 1TB SSD
OS – Ubuntu 21.04 / Windows 10 Pro

Discord – https://discord.gg/3SxGk3WG2D
LBRY – https://odysee.com/@intelligentgaming2020:b
Reddit – https://www.reddit.com/r/IntelligentGaming2020/

#replaysorcery #linux #ubuntu

source

ubuntu

Leave a Reply

Your email address will not be published. Required fields are marked *