Skip to content

Releases: reaby/infoscreen3

InfoScreen 1.6.4

12 Nov 00:17
Compare
Choose a tag to compare
  • Update npm dependencies
  • Change config to use environmental variables,
  • Fix videos to actually show (modern browsers needs muted)
  • Fix videos to load actually for lite and css views
  • Fix streams to work with obs + write better readme for format
  • Provide zip with precompiled binaries for windows and linux for super-easy setup

Infoscreen 3

21 Oct 20:58
Compare
Choose a tag to compare

Fixed script crashing totally with changing background without uploading a new asset.

Infoscreen 3

19 Sep 14:30
Compare
Choose a tag to compare

Fixed rest of the issues introduced with scheduled slides feature and dependency libraries update.

Infoscreen 3

19 Sep 13:58
Compare
Choose a tag to compare

In this release i fixed issue of creating new slide and uploading new background.
Sorry for inconvinience.

Infoscreen 3

15 Sep 00:29
Compare
Choose a tag to compare

Updated version to 1.6.0.

Major changes:

  • Slide editor accepts arrow keys to finetune the elements positions (you can use ctrl+arrows to increase position change).
  • Optimizes for lite view.
  • WebGL view auto updates slides when there is changed contents, before you had to click reload.
  • Add date to time display.
  • You can now schedule slides to start and end at certaint datetime.

Thanks @eimink for your pullrequest to add support for front proxies!
Thanks Hartza for system service script for Linux!

Full Changelog: 1.5.0...1.6.0

Infoscreen3

23 May 15:46
Compare
Choose a tag to compare

Changes:

Update all dependecies to latest.
Moved to use es6 modules imports.
Add /data/video folder with endpoint /video for super easy local video support (ads, inserts)
Contains as well docker file update from @eimink - many thanks for this!

Infoscreen 3

23 Nov 18:10
Compare
Choose a tag to compare

Contains just a few fixes and updates dependencies for more recent versions.

Infoscreen3

05 Oct 10:57
Compare
Choose a tag to compare

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

Infoscreen3

17 Sep 17:41
Compare
Choose a tag to compare

Update

this time a minor update, since so few new features.

  • Fixes editor not to scroll sideways on editing slides
  • add fontWeight and strokeWidth to bundleoptions and in editors (enabling more webfonts to be load (as fontweight is not set to 700 anymore)), add more font sizes
  • update dependencies versions

Infoscreen3

04 Jun 00:15
Compare
Choose a tag to compare

Updates

  • changed infoscreen to support from 720p to 1080p overall
  • support for video as slides
    • you have to load metadata of the video to set durations for backend
  • new plugin: overlay
    • removes all backgrounds, can be used for overlaying obs/vmix etc
  • make STREAM_NAME configurable, add admin/stats interface for mediaserver