riskable
New Member
riskable submitted a new resource:
Real-time MQTT Status - Publishes real-time OBS status info via MQTT at a configurable interval
Read more about this resource...
Real-time MQTT Status - Publishes real-time OBS status info via MQTT at a configurable interval
This script will regularly publish real-time (JSON-encoded) OBS status information to the configured MQTT host, port, and channel at the specified interval. I wrote this is so I could make my own fully-automated IoT "RECORDING" sign:
Examples of what gets published:
Right when OBS starts up (if the script is enabled) or if you "Exit" OBS without first stopping any recording/streaming:
JSON:{"recording": false, "streaming": false, "paused": false...
Read more about this resource...