Stream Health HUD
If you find this script useful and wish to support further development:
Ko-fi: https://ko-fi.com/mmltech
PayPal: https://paypal.me/mmltools
I created a small Lua script that adds a real-time performance HUD inside OBS using a standard Text (GDI+) source.
The script updates the text with:
- Stream or recording time
- Dropped frames
- CPU usage
- Estimated bitrate (kbps)
Features
- Uses Text (GDI+) (FreeType is deprecated)
- Shows time, dropped frames, CPU usage, and bitrate
- Update interval is adjustable
- Simple source selector
- Enable/disable checkbox
- Automatically clears text when disabled
- Very lightweight and does not require any plugins
How to Use
- Add a Text (GDI+) source in OBS.
- Load the script from Tools → Scripts.
- Select your Text source from the dropdown.
- Set your update interval.
- Enable the HUD.