Replies: 1 comment 3 replies
-
Well actually. For a network upgrade you don't need to do a reinstall for udm-iptv. The network application is an application within your router. A firmware upgrade is an upgrade of Unifi-OS. So to keep things short. You can do an upgrade for network without losing your iptv config. In case of a firmware upgrade, I know what my settings are (by hard ;) ). So I just do a But you could always keep a copy of /etc/udm-iptv.conf. And do a restore. Then restart your service with |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In the documentation i see this:
UniFi Dream Machine SE and UniFi Dream Router
It is currently not possible to persist the installation across firmware updates (see #120). Your configuration should remain, so only re-installation is necessary.
Which steps do you need to again to make it work after an update? Or is it just the whole installation part?
Download udm-iptv package
curl -O -L https://github.com/fabianishere/udm-iptv/releases/download/v2.1.4/udm-iptv_2.1.4_all.deb
Download a recent igmpproxy version
curl -O -L http://ftp.debian.org/debian/pool/main/i/igmpproxy/igmpproxy_0.3-1_arm64.deb
Update APT sources and install dialog package for interactive install
apt update && apt install dialog
Install udm-iptv and igmpproxy
apt install ./igmpproxy_0.3-1_arm64.deb ./udm-iptv_2.1.4_all.deb
Beta Was this translation helpful? Give feedback.
All reactions