From 43ab2cc04c767d4f4121154a3632266134c0a344 Mon Sep 17 00:00:00 2001 From: Stephen Seo Date: Sun, 13 Aug 2023 16:01:19 +0900 Subject: [PATCH] Add README.md --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..ea894cb --- /dev/null +++ b/README.md @@ -0,0 +1,9 @@ +# 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. + +This exists because 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).