Automatically restarts the replay buffer when idle https://obsproject.com/forum/resources/automatic-replaybuffer-restart.2019/
This repository has been archived on 2025-10-29. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
  • Lua 58.2%
  • C 30.2%
  • Makefile 11.6%
Find a file
Mylloon 18812a891b
All checks were successful
Upload release / build (push) Successful in 1m4s
double time before restarting
2024-11-23 19:22:14 +01:00
.forgejo/workflows add mouse event, fix project name, add dll behaviour 2024-10-07 21:53:11 +02:00
.clangd first release 2024-10-07 20:23:21 +02:00
.gitignore first release 2024-10-07 20:23:21 +02:00
AutoOBSRBRestart.lua double time before restarting 2024-11-23 19:22:14 +01:00
LICENSE first release 2024-10-07 20:23:21 +02:00
Makefile first release 2024-10-07 20:23:21 +02:00
monitor.c only one timer at a time, usage of atomic 2024-10-07 22:41:12 +02:00
README.md add mouse event, fix project name, add dll behaviour 2024-10-07 21:53:11 +02:00

Automatic OBS ReplayBuffer Restart status-badge

Automatically restarts the replay buffer when IDLE

The script wait 2 hours before looking for any input for the last 2 minutes. If there is none, then it restarts the replay buffer. Else it waits for the next 2 minutes, etc. Once restarted, the script wait 2 other hours.