- Supported Bit Versions
-
- 32-bit
- 64-bit
- Source Code URL
- https://github.com/salinetti81/obs-speech-timer/tree/master
- Minimum OBS Studio Version
- 26.0.0
- Supported Platforms
-
- Windows
This is a countdown timer that takes user input in minutes from a control panel and starts a countdown clock. It can be customized with basic knowledge of HTML, JavaScript, and CSS . The BroadcastChannel API was used for communication between the control panel and browser layer.
I'm a professional broadcast technician, amateur coder, and OBS novice. I was curious about making a plugin and this is the result. I have a few improvements in mind for future updates.
- Download the Zip file and unzip it.
- send.html is the control panel file.
- Open this in a browser and copy the address.
- In OBS, add a new browser dock with the copied address as the source URL.
- receive.html is the display file for the browser layer and will show the clock output.
- Open this in a browser and copy the address.
- In OBS, add a new Browser Source with the copied address as the source URL.
I'm a professional broadcast technician, amateur coder, and OBS novice. I was curious about making a plugin and this is the result. I have a few improvements in mind for future updates.