2013-05-03 15:12:09 +02:00
|
|
|
Tvheadend
|
2013-01-26 17:55:42 +01:00
|
|
|
====================================
|
2014-05-01 22:14:43 +01:00
|
|
|
(c) 2006 - 2014 Tvheadend Foundation CIC
|
2013-01-26 17:55:42 +01:00
|
|
|
|
2013-05-03 15:12:09 +02:00
|
|
|
|
|
|
|
What it is
|
|
|
|
----------
|
|
|
|
|
2014-05-01 22:14:43 +01:00
|
|
|
Tvheadend is a TV streaming server and digital video recorder.
|
2013-05-03 15:12:09 +02:00
|
|
|
|
2014-05-01 22:14:43 +01:00
|
|
|
It supports the following inputs:
|
|
|
|
|
|
|
|
* DVB-C
|
|
|
|
* DVB-T(2)
|
|
|
|
* DVB-S(2)
|
|
|
|
* ATSC
|
|
|
|
* IPTV
|
|
|
|
* UDP
|
|
|
|
* HTTP
|
2013-05-03 15:12:09 +02:00
|
|
|
|
2013-01-26 17:55:42 +01:00
|
|
|
How to build for Linux
|
|
|
|
----------------------
|
|
|
|
|
|
|
|
First you need to configure:
|
|
|
|
|
|
|
|
$ ./configure
|
|
|
|
|
|
|
|
If any dependencies are missing the configure script will complain or attempt
|
|
|
|
to disable optional features.
|
|
|
|
|
|
|
|
Build the binary:
|
|
|
|
|
|
|
|
$ make
|
|
|
|
|
2013-05-03 15:12:09 +02:00
|
|
|
After build, the binary resides in `build.linux` directory.
|
2013-01-26 17:55:42 +01:00
|
|
|
|
|
|
|
Thus, to start it, just type:
|
|
|
|
|
|
|
|
$ ./build.linux/tvheadend
|
|
|
|
|
|
|
|
Settings are stored in `$HOME/.hts/tvheadend`.
|
|
|
|
|
2014-05-30 13:31:36 +02:00
|
|
|
How to build for OS X
|
|
|
|
---------------------
|
|
|
|
|
|
|
|
Same build procedure applies to OS X.
|
|
|
|
After build, the binary resides in `build.darwin` directory.
|
|
|
|
|
|
|
|
Only network sources (IPTV, SAT>IP) are supported on OS X.
|
|
|
|
There is no support for DVB USB sticks and PCI cards.
|
|
|
|
Transcoding is currently not supported.
|
2013-05-03 15:12:09 +02:00
|
|
|
|
2013-01-26 17:55:42 +01:00
|
|
|
Further information
|
|
|
|
-------------------
|
|
|
|
|
2013-05-03 15:12:09 +02:00
|
|
|
For more information about building, including generating packages, please visit:
|
|
|
|
> https://tvheadend.org/projects/tvheadend/wiki/Building
|
|
|
|
> https://tvheadend.org/projects/tvheadend/wiki/Packaging
|
2013-04-18 13:02:22 +01:00
|
|
|
> https://tvheadend.org/projects/tvheadend/wiki/Git
|