Skip to content

klaseca/obs-notification

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OBS Notification

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

Installation

Note

Tested only on Windows 10

Copy repo with git clone or just Download ZIP to folder you want

Windows

  1. Download SDL2 and SDL_TTF2 (*-win32-x64.zip or *-win32-x86.zip depending on your system)

  2. Extract SDL2.dll and SDL2_ttf.dll from archives and save them in lib/resources folder

Linux and macOS

Get binary files for your OS:

  • libSDL2.so and libSDL2_ttf.so for linux
  • libSDL2.dylib and libSDL2_ttf.dylib for macOS

Configuration

Dependencies settings

lib/get_dependencies.lua file defines default dependency settings for each OS

If necessary, you can change these settings

Notification window config

lib/config.lua file defines default notification window config

Add to OBS

OBS > Tools > Scripts, click on + button, find folder with saved project and select lib/notification.lua

About

Get notifications from OBS just like in ShadowPlay

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages