Version 1.2.1 (Updated 15 Oct 2017) Now Available on ‘master’ branch
- Now uses hardware-accelerated OMXPlayer as default player for local video
- Resolved latency issues
- Uses PM2 to control stream playback – automatically restarts streams when they close
- Fullscreen, custom window and offset options now available.
- Important - please update your configurations after updating this module. as some settings have changed. This new version includes a new configuration tool for building your configuration section.
Fresh Install:
See the installation instructions on the README.
To switch back from the ‘wip’ branch:
(Only necessary if you want to, the ‘wip’ and ‘master’ are the same currently, but I will update the ‘wip’ with new features and bug-fixes first for testing. If you want to beta test, stay on ‘wip’)
cd ~/MagicMirror/modules/MMM-RSTPStream
git checkout master
git pull
npm install
http-server -p 9999
# From a web browser, navigate to http://mirror-ip:9999/config.html
# Once your config is made, press Ctrl+C to exit the config builder
# Restart your mirror and test!