-
-
Notifications
You must be signed in to change notification settings - Fork 5
Description
I want to use the Source Record OBS Plugin to record a scene without stream overlays, while streaming. https://obsproject.com/forum/resources/source-record.1285/
That plugin can be configured to stop and start when a normal recording starts, or when a filter on a source you want to record is made visible (so it could be stopped/started with WebSockets). Also, the recordings will be in a different folder that I want OBSControl to use to do the renaming, so OBSControl would either need a recording file path that is configurable in the config file, the ability to detect a pre/postfix in the filenames, or just read out the Plugin config (this is possible with WebSockets, because the plugin config is stored in the settings of a filter).
(I'll probably try to add some version of this myself, as I'm probably the only person using OBSControl and the Source Record plugin...)