A obs plugin and client executable that allows starting/stopping recording/streaming from invoking the client via the use of a Unix socket.
Go to file
2023-08-14 11:35:36 +09:00
archLinuxPackaging Add PKGBUILD 2023-08-13 15:45:01 +09:00
src Add support for controlling the replay buffer 2023-08-14 11:35:36 +09:00
.gitignore Remove compile_commands.json 2023-08-12 22:04:27 +09:00
CMakeLists.txt Update CMakeLists.txt 2023-08-13 14:15:50 +09:00
LICENSE Add LICENSE 2023-08-12 22:05:17 +09:00
README.md Update README.md 2023-08-13 16:03:51 +09:00

obs-studio-plugin-unix-socket-control

An obs-studio plugin that accepts commands over a unix socket to start/stop recording/streaming or shows recording/streaming active status.

When building the plugin, an obs-studio plugin and a client program is built.

This exists because obs-studio keyboard shortcuts don't work on Wayland, and I wanted a workaround to tell obs-studio to start/stop recording (via the use of invoking a toggle script that uses this plugin's client with a configured Sway keyboard shortcut).