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
Stephen Seo 741111fe8c
Create releases with ArchLinux pkg / check-and-build-and-release (push) Successful in 5s Details
Add forgejo action to make releases for tags
2024-01-29 13:38:58 +09:00
.forgejo/workflows Add forgejo action to make releases for tags 2024-01-29 13:38:58 +09:00
archLinuxPackaging Refactor archLinuxPackaging/PKGBUILD 2024-01-27 21:57:32 +09:00
src Version 1.3.0 2024-01-26 17:37:03 +09:00
.gitignore Remove compile_commands.json 2023-08-12 22:04:27 +09:00
CMakeLists.txt Version 1.3.0 2024-01-26 17:37:03 +09:00
LICENSE Update LICENSE year 2024-01-27 22:09:49 +09:00
README.md Update README.md 2023-08-13 16:03:51 +09:00

README.md

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).