obs-studio-plugin-unix-sock.../README.md

12 lines
518 B
Markdown
Raw Permalink Normal View History

2023-08-13 07:01:19 +00: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.
2023-08-13 07:03:03 +00:00
When building the plugin, an obs-studio plugin and a client program is built.
2023-08-13 07:03:51 +00:00
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).