Get notifications on your desktop screen after successful OBS events
Events:
- OBS_FRONTEND_EVENT_REPLAY_BUFFER_SAVED
- OBS_FRONTEND_EVENT_STREAMING_STARTED
- OBS_FRONTEND_EVENT_STREAMING_STOPPED
- OBS_FRONTEND_EVENT_RECORDING_STARTED
- OBS_FRONTEND_EVENT_RECORDING_STOPPED
Important
Notification will not work if you have app open in fullscreen mode
For example in games, make sure to use a borderless window instead of fullscreen mode
Note
Tested only on Windows 10
Copy repo with git clone or just Download ZIP to folder you want
-
Download SDL3 and SDL_TTF3 (
*-win32-x64.zipor*-win32-x86.zipdepending on your system) -
Extract
SDL3.dllandSDL3_ttf.dllfrom archives and save them inlib/resourcesfolder
Get binary files for your OS:
libSDL3.soandlibSDL3_ttf.sofor linuxlibSDL3.dylibandlibSDL3_ttf.dylibfor macOS
lib/get_dependencies.lua file defines default dependency settings for each OS
If necessary, you can change these settings
lib/config.lua file defines default notification window config
OBS > Tools > Scripts, click on + button, find folder with saved project and select lib/notification.lua
