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-06-07 15:09:08 +01:00
Autobuild Cleanup the debian/ directory and make it use more dh scripts and add entry points for Autobuild system 2012-04-10 21:15:57 +02:00
contrib/redhat Use correct URL 2011-02-18 19:51:50 +01:00
debian Cleanup the debian/ directory and make it use more dh scripts and add entry points for Autobuild system 2012-04-10 21:15:57 +02:00
docs cwc: Allow updating of EMMs only from one channel at a time 2012-04-10 20:57:35 +02:00
man Update manpage to reflect recent command line option changes. 2009-05-30 07:57:46 +00:00
src Slight improvement to the config UI and fixed problem with error reporting on socket close. 2012-06-07 15:09:08 +01:00
support Always use the builtin charset conversion 2012-05-18 22:44:26 +02:00
.gitignore updated .gitignore to ignore Eclipse project files 2011-01-19 09:32:20 +01:00
Autobuild.sh Cleanup the debian/ directory and make it use more dh scripts and add entry points for Autobuild system 2012-04-10 21:15:57 +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 Another significant reworking (cannot make my mind up ;) ) of the epggrab framework. This time its MUCH simpler. All clever stuff is defered to a unix domain socket interface which allows users to define schedules using system cron and do whatever the hell they like as long as they send the data to the socket (using nc etc.). 2012-06-07 12:42:57 +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/