Infoscreen3
New features
- a brand new WebGL renderer!
- YouTube embedded video support!
- Start as background-process!
Setup
- run
npm install
- copy
config-default.js
toconfig.js
- run
npm start
- optionally you can start as a background task:
npm run-script daemon
, it will output just a pid for the new process and you find new files:output.log
anderrors.log
at thedata
directory.
- optionally you can start as a background task:
Migrate guide from previous version
run
npm install
again to pull latest version of the dependencies!
You can keep current config.js but notice that config-default.js has new values:
streamKey
changed from STREAM_NAME to INFOSCREEN3
changes to default users:
- operator is now removed from users
- view user is now assigned ENV values USER and PASS