Skip to content

ckarrie/notes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

notes

Installation von TvHeadend unter Ubuntu Linux

Abhängigkeiten (mittes ./configure) und Installationsverlauf:

git clone https://github.com/tvheadend/tvheadend.git
cd tvheadend/
sudo apt-get update
sudo apt-get upgrade
./configure 
sudo apt-get install libavcodec-dev libcurl3 libcurl-ocaml-dev
./configure 
sudo apt-get install libavformat-dev 
./configure 
sudo apt-get install libdvbcsa-dev 
./configure 
./configure --enable-dvbcsa

Init Scrtipt

  1. /etc/default/tvheadend aus Quellen -> Anpassen
  2. /etc/init.d/tvheadend aus Quellen -> anpassen
  3. Ausführbar machen: sudo chmod ug+x /etc/init.d/ tvheadend
  4. Aktivieren: sudo update-rc.d tvheadend defaults

About

Notizen

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages