- Supported Bit Versions
-
- 64-bit
- Source Code URL
- https://github.com/Zergatul/Zergatul.Obs.InputOverlay
- Minimum OBS Studio Version
- 0.14.0
- Supported Platforms
-
- Windows
Input Overlay can display inputs from keyboard/mouse over your game for streaming or recording.
How it works
You start separate application, and it acts like server. It catches your inputs and sends it via websocket protocol. In OBS you add Browser source, it connects to the server app and displays your inputs. Browser source displays HTML page which is included as separate file with executable. You can customize settings by editing selected file. You can also create your own files.
Download/Documentation
OBS forum doesn't allow to upload big files. Go to github page and download latest release. You can also find documentation in the main README file.
Features
Example
How it works
You start separate application, and it acts like server. It catches your inputs and sends it via websocket protocol. In OBS you add Browser source, it connects to the server app and displays your inputs. Browser source displays HTML page which is included as separate file with executable. You can customize settings by editing selected file. You can also create your own files.
Download/Documentation
OBS forum doesn't allow to upload big files. Go to github page and download latest release. You can also find documentation in the main README file.
Features
- Keyboard/mouse support
- Gamepads support with 2 API (XInput and Raw Input), multiple gamepads support
- Dual PC setup support (you can even have input overlay from someone on the internet)
- Customizable colors and other settings (open html files in text editor you plan to use)
- If you are familiar with SVG editing software, you can customize mouse/gamepad visual representation
- If you are good with HTML/CSS/SVG/JavaScript customizations are only limited by your imagination
Example