lundi 22 septembre 2014

Ubuntu serveur 14.04 LTS - installation Tvheadend


Sur ubuntu server il n'y a pas la possibilité d'ajouter des ppa donc pour pouvoir le faire :

sudo apt-get install software-properties-common python-software-properties

source : http://lifeonubuntu.com/ubuntu-missing-add-apt-repository-command/

Suivre :

sudo apt install curl
curl http://apt.tvheadend.org/repo.gpg.key | sudo apt-key add -
sudo apt-add-repository -r http://apt.tvheadend.org/stable
sudo apt-add-repository http://apt.tvheadend.org/unstable
sudo apt update
sudo apt install tvheadend


ensuite connexion à l'interface web via :

http://ipserveur:9981/

Have Xbmc Powar !! 


dans le cas ou le programme ne veut pas démamrer probléme de droits d'écriture visible dans syslog

il faut lancer la commande suivante :

sudo chown -R hts home/hts/
 




 

Aucun commentaire:

Enregistrer un commentaire

Dockker - 001 - De zéro à HTTPS : Déployer SWAG sur Debian avec Docker et OVH

Installer SWAG sur Debian avec Docker et gérer les DNS OVH Dans ce tutoriel, découvrez comment installer SWAG (Secure Web Application Ga...