This is Important Update for any devices.
- ✅ Improved Performance
- ✅ Improved Reliability
- ✅ Fixed Critical Bug
Server Changes
- program: Change timing of save to data file to 10 seconds for reduce I/O usage.
- ts-decoder: Implemented
decoder
command auto-heal, path-through fallback. (new feature) - ts-filter: Use
stream.Transform
instead ofstream.Duplex
. - ts-filter: Make drop on error packet to fix broken TS output. (bug)
- ts-filter: Fix high CPU usage on waiting.
- ts-filter: Improve performance.
- tuner-device: Add
<freq>
and<polarity>
to tuner command. #77 - tuner-device: Improve performance.
Docker Changes
- Update base image to
node:14.15.4-buster-slim
.
How to Update
Docker on Linux
cd ~/mirakurun/
docker-compose down --rmi all
docker-compose pull
docker-compose up -d
Linux (PM2)
sudo npm install mirakurun -g --unsafe-perm --production