4118590dc7486f07acb333b3b6585fa5c49e1c76
A minimal Python script to control OBS Studio recording via OBS WebSocket and to combine segmented .ts recordings into a single .mp4 clip using FFmpeg.
This project is meant to be (and will evolve into) a long-duration, disk-backed replay buffer.
Steps
- Setup OBS and make the recording output: "ts" with a 1 minute segment size
- Enable OBS websocket and take note of the host, port and password
- Setup config.toml with host, port, password info
- Run the daemon as a background service (rewind-daemon)
Description
rewind is a disk-backed replay buffer for OBS that continuously records a session and lets you retroactively keep the moments that matter.
Languages
Python
100%