Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ellisgl/bottomthird

Dynamic Bottom / Lower Third Overlay for OBS.
https://github.com/ellisgl/bottomthird

nodejs obs socketio websocket

Last synced: 3 months ago
JSON representation

Dynamic Bottom / Lower Third Overlay for OBS.

Awesome Lists containing this project

README

        

# Bottom Third Overlay for OBS
### Node.js + Express.js + Socket.io (Websockets)
![Bottom Third Overlay Screenshot](screenshot.png)

Just a toy script to add a bottom third to OBS. It connect to a router via SSH and gets the "bandwidth" and the CPU temperature (celsius). It will also cycle through and array of "headlines".

Optional Environment Variables (can be set in config):
* BINDIP - Which IP to bind the server to.
* PORT - Which port to listen to.
* ROUTER_HOST - Router IP / FQDN.
* ROUTER_USER - The router SSH username.
* ROUTER_PASS - The router SSH password. (Yeah, not using keys in this example.)