Tvheadend is a TV streaming server for Linux supporting DVB-S, DVB-S2, DVB-C, DVB-T, ATSC, IPTV, and Analog video (V4L) as input sources.
Find a file
2012-07-30 15:57:47 +01:00
Autobuild Update Autobuild stuff 2012-06-03 11:14:09 +02:00
contrib/redhat Use correct URL 2011-02-18 19:51:50 +01:00
data/epggrab/opentv Add support for genre mapping in opentv. Fixes #14. 2012-07-30 15:52:15 +01:00
debian deb: Rename tvheadend.tvheadend.init -> tvheadend.init 2012-06-11 14:41:36 +02:00
docs Removed some pointless TODO messages and updated the config help for EPG Grab. 2012-07-30 15:50:40 +01:00
man Update manpage to reflect recent command line option changes. 2009-05-30 07:57:46 +00:00
src Complete update to the EPG genre setup. Mostly this is now achieved using an listable structure (to remove the ugly array implementation) however some code still deals directly with the uint8_t code value. 2012-07-30 15:57:47 +01:00
support Include data directory in /usr/share/tvheadend so default opentv config exists. 2012-07-30 15:52:13 +01:00
.gitignore updated .gitignore to ignore Eclipse project files 2011-01-19 09:32:20 +01:00
Autobuild.sh Update Autobuild stuff 2012-06-03 11:14:09 +02:00
configure Rework file bundling and make configure take most standard args 2012-04-10 20:51:09 +02:00
LICENSE Add debian packaging 2009-03-30 18:11:57 +00:00
Makefile Migrated epgdb file handling routines to a separate file and change file postfix to something more sensible. 2012-07-30 15:52:13 +01:00
README Update README 2012-04-13 00:45:18 +03:00

		    Tvheadend TV streaming server
		    =============================

		 (c) 2006 - 2010 Andreas Öman, et al.



How to build for Linux
======================

First you need to configure:

$ ./configure

If any dependencies are missing the configure script will complain.
You then have the option to disable that particular module/subsystem.

$ make

Build the binary, after build the binary resides in 'build.Linux/'.
Thus, to start it, just type:

$ build.linux/tvheadend

Settings are stored in $HOME/.hts/tvheadend

For more information and latest versions, please visit:
http://www.lonelycoder.com/hts/