Recording Notification

OBS Python Recording Notification 2.0

rec%20timer.PNG
How it works:
When the 'Start recording' button is pressed a popup window appears on top of the screen showing you that OBS is recording, you can left-click and drag the window to position it.
This script was made using Python and tkinter library.

Installation:
  • Download the python-3.6.8-embed-amd64.rar that includes a Python compatible package with the necessary libraries.
  • Open OBS and go to - Tools - Scripts.
  • Configure the Python installation path by selecting the extracted folder.
  • Go to Scripts tab, click the + button and add the "obs_recording_notification.py" file.
  • Restart OBS and hit Start Recording.
** If you find any kind of bug I suggest you reset the program and kill the OBS process from the task manager. Only tested on Windows **
  • recording.PNG
    recording.PNG
    7.2 KB · Views: 1,363
Author
Tobsa
Downloads
3,482
Views
10,249
First release
Last update
Rating
5.00 star(s) 2 ratings

Latest updates

  1. OBS Recording Notification and Timer v2.0

    Now the notification window is running in parallel in another thread, so OBS can execute all the...
  2. v2.0

    How it works: When the 'Start recording' button is pressed a popup window appears on top of the...

Latest reviews

It's a great addition, what i need, but could you make it so that it can be displayed on top of full-screen applications? Some applications do not allow your add-on to be displayed on top.
This is the only indicator, thanks to the author!
I changed the code and made an indicator like in Nvidia Shadowplay
Top