Skip to content

Infoscreen3

Compare
Choose a tag to compare
@reaby reaby released this 05 Oct 10:57
· 122 commits to master since this release

New features

  • a brand new WebGL renderer!
  • YouTube embedded video support!
  • Start as background-process!

Setup

  1. run npm install
  2. copy config-default.js to config.js
  3. 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 and errors.log at the data directory.

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