Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/ellisgl/bottomthird
- Owner: ellisgl
- License: bsd-3-clause
- Created: 2020-04-17T12:37:30.000Z (almost 5 years ago)
- Default Branch: release
- Last Pushed: 2024-09-13T14:38:39.000Z (5 months ago)
- Last Synced: 2024-09-15T00:02:20.836Z (5 months ago)
- Topics: nodejs, obs, socketio, websocket
- Language: JavaScript
- Homepage:
- Size: 341 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.MD
- License: LICENSE.BSD
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.)