Tvheadend is a TV streaming server and digital video recorder for Linux FreeBSD and Android supporting DVB-S, DVB-S2, DVB-C, DVB-T, ATSC, ISDB-T, IPTV, SAT>IP and HDHomeRun as input sources.
Install Tvheadend on Ubuntu server
1
Code:$ sudo apt-get -y install coreutils wget apt-transport-https lsb-release ca-certificates
Code:$ sudo wget -qO- https://doozer.io/keys/tvheadend/tvheadend/pgp | sudo apt-key add -
2
Code:$ sudo add-apt-repository 'deb https://apt.tvheadend.org/stable bionic main'
3
Code:$ sudo apt-get update $ sudo apt-get install tvheadend -y
4
access via http://localhost:9981 or http://ip.add.re.ss:9981




Reply With Quote