Integrates URY's Node-Timelord into Roses-Graphics to create a automated and interactive holding card for Live Streaming. Very much a "bodge" ish.
- Displays current URY show (or custom with forced epoch time): title, description, credits and image
- Shows currently playing music, where available
- Ability to play video background
- Custom message options for "Coming soon...", "Thanks for watching", etc...)
-
Everything pretty much works, bar the date/time force box being epoch time, rather than a nice popup.
-
Chrome gets a bit annoying with autoplaying video, you may have to right click in the graphics window to show video controls and play manually before hiding controls again.
Build the docker image
sudo docker build -t visualisationtimelord .
Run the docker container, exposing port 3000
sudo docker run -p 3000:3000 visualisationtimelord
Install node.js (anything 7-11 seems to work at time of writing)
Run npm update
followed by npm install
.
Double click
./startup.bat
For the admin page, navigate to http://127.0.0.1:3000/admin
For the graphics output, navigate to http://127.0.0.1:3000
Run from the directory this readme is in:
node server.js
For the admin page, navigate to http://127.0.0.1:3000/admin
For the graphics output, navigate to http://127.0.0.1:3000