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 SDL2 and SDL_TTF2 (
*-win32-x64.zip
or*-win32-x86.zip
depending on your system) -
Extract
SDL2.dll
andSDL2_ttf.dll
from archives and save them inlib/resources
folder
Get binary files for your OS:
libSDL2.so
andlibSDL2_ttf.so
for linuxlibSDL2.dylib
andlibSDL2_ttf.dylib
for 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