Replay buffer using OBS's libobs
CMake
A C++ compiler (MSVC For windows, GCC for linux)
All requirements from OBS Link
All requirements from libuiohook Link
git clone --recursive https://github.com/f-alotaibi/replayer
cd replayer/
Before you build, you'll need to build OBS
cd external/
./build_obs.sh (linux) OR ./build_obs.ps1 (windows)
Then build replayer
cd ../
cmake -S . -B "build/"
cmake --build ./build/
You'll need to manually copy libobs data from obs
- Build scripts (
build-scripts) - Automatic packaging
- Linux: Avoid Conflicts with OBS (packaged in /opt/replayer)
- Configuration in a file (Default QSettings behaviour)
- Figure out why
libobs-d3d11doesn't work with Replayer (fixed by an obs update?) - Automatically find display resolution in X11