Releases: reaby/infoscreen3
InfoScreen 1.6.4
- 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
Fixed script crashing totally with changing background without uploading a new asset.
Infoscreen 3
Fixed rest of the issues introduced with scheduled slides feature and dependency libraries update.
Infoscreen 3
In this release i fixed issue of creating new slide and uploading new background.
Sorry for inconvinience.
Infoscreen 3
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
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
Contains just a few fixes and updates dependencies for more recent versions.
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
Infoscreen3
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
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