This Lua script for OBS Studio will send desktop notifications for recording, streaming and Replay Buffer events. It is designed for OBS Studio and should also work with Streamlabs OBS.
- Desktop notifications for these events:
- Start and stop recording;
- Start and stop streaming;
- Save Replay Buffer;
- Cross-platform support for Windows, macOS and Linux;
- OBS Studio or Streamlabs OBS;
- PowerShell 5.1 or newer (Windows only);
- BurntToast PowerShell Module (Windows only);
- It will be installed automatically when you first run the script;
- notify-send (Linux only);
- Download the latest version from the Releases page;
- Extract the archive to a folder of your choice;
- Open OBS Studio;
- Go to
Tools
>Scripts
; - Click on the
+
button; - Select the
notifications.lua
file; - If you are using Windows, you will be prompted to install the BurntToast PowerShell Module.
You can contribute to the project by creating a pull request or an issue.
To contribute, you can fork the repository and after you made your changes, you can create a pull request.
This project is licensed under the MIT License. See the LICENSE file for more information.