• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

.tx/H12-Jan-2019-2117

Autobuild/H12-Jan-2019-162128

data/H12-Jan-2019-8,1068,092

debian/H12-Jan-2019-447302

docs/H12-Jan-2019-3,7592,642

intl/H12-Jan-2019-715,326556,600

lib/py/tvh/H12-Jan-2019-1,026746

licenses/H03-May-2022-

man/H12-Jan-2019-215214

rpm/H12-Jan-2019-238165

src/H03-May-2022-167,529128,934

support/H03-May-2022-6,0474,452

vendor/H12-Jan-2019-64,31051,093

.doozer.jsonH A D12-Jan-201915.9 KiB599598

.gitignoreH A D12-Jan-2019793 5746

.gitmodulesH A D12-Jan-20190

.travis.ymlH A D12-Jan-2019270 1412

Autobuild.shH A D03-May-20221.2 KiB7857

CONTRIBUTING.mdH A D12-Jan-20191.9 KiB4329

LICENSE.mdH A D12-Jan-20191.4 KiB3723

MakefileH A D03-May-202220.6 KiB836605

Makefile.commonH A D12-Jan-2019196 63

Makefile.ffmpegH A D12-Jan-201915.9 KiB634416

Makefile.hdhomerunH A D12-Jan-20192.7 KiB9243

Makefile.staticH A D12-Jan-20193.5 KiB13063

Makefile.webuiH A D12-Jan-20199.8 KiB320216

README.mdH A D12-Jan-20192 KiB8355

configureH A D03-May-202214.7 KiB744541

README.md

1Tvheadend
2========================================
3(c) 2006 - 2017 Tvheadend Foundation CIC
4
5Status
6------
7
8[![Build Status](https://travis-ci.org/tvheadend/tvheadend.svg?branch=master)](https://travis-ci.org/tvheadend/tvheadend)
9
10[![Download](https://api.bintray.com/packages/tvheadend/deb/tvheadend/images/download.svg)](https://bintray.com/tvheadend/deb/tvheadend/)
11
12[![Coverity Scan](https://scan.coverity.com/projects/2114/badge.svg)](https://scan.coverity.com/projects/2114)
13
14What it is
15----------
16
17Tvheadend is a TV streaming server and digital video recorder.
18
19It supports the following inputs:
20
21  * DVB-C(2)
22  * DVB-T(2)
23  * DVB-S(2)
24  * ATSC
25  * SAT>IP
26  * HDHomeRun
27  * IPTV
28    * UDP
29    * HTTP
30
31It supports the following outputs:
32
33  * HTTP
34  * HTSP (own protocol)
35  * SAT>IP
36
37How to build for Linux
38----------------------
39
40First you need to configure:
41
42	$ ./configure
43
44If any dependencies are missing the configure script will complain or attempt
45to disable optional features.
46
47Build the binary:
48
49	$ make
50
51After build, the binary resides in `build.linux` directory.
52
53Thus, to start it, just type:
54
55	$ ./build.linux/tvheadend
56
57Settings are stored in `$HOME/.hts/tvheadend`.
58
59How to build for OS X
60---------------------
61
62Same build procedure applies to OS X.
63After build, the binary resides in `build.darwin` directory.
64
65Only network sources (IPTV, SAT>IP) are supported on OS X.
66There is no support for DVB USB sticks and PCI cards.
67Transcoding is currently not supported.
68
69Packages
70--------
71
72The latest official packages can be downloaded from https://bintray.com/tvheadend/.
73
74Further information
75-------------------
76
77For more information about building, including generating packages, please visit:
78* https://tvheadend.org/projects/tvheadend/wiki/Download
79* https://tvheadend.org/projects/tvheadend/wiki/Building
80* https://tvheadend.org/projects/tvheadend/wiki/Packaging
81* https://tvheadend.org/projects/tvheadend/wiki/Git
82* https://tvheadend.org/projects/tvheadend/wiki/Internationalization
83