v1.24 is out!
Two updates in this release:
-
PLUTO_START — new env var that offsets all channel numbers by a fixed amount. Handy if Pluto conflicts with another source in Channels DVR. Example: -e PLUTO_START=35000
-
DRM fix — cleared the drmCapabilities flag that was causing false-positive DRM detection on some clients.
Fresh install:
docker run -d --restart unless-stopped \
-p 7777:7777 \
-e PLUTO_USERNAME='[email protected]' \
-e PLUTO_PASSWORD='yourpassword' \
-e PLUTO_START=35000 \
--name pluto-for-channels \
kineticman/pluto-for-channels:main
(Remove or set PLUTO_START=0 if you don't need the offset)
Existing users — update to latest:
docker pull kineticman/pluto-for-channels:main
docker restart pluto-for-channels
Full details in the README.