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
Andreas Öman be1a42d909 * Try to detect duplicate EPG entries from the DVB feed and adjust
EPG accordingly. The EPG code will search for events with the same
    DVB event ID +- 2 events from the current one. If the event id is
    equal, the prvious (old) entry will be removed in favor of the new one.
    Reason for not blindingly trusting the event id is that some networks
    seem to (incorrectly) reuse IDs.
    Ticket #65
2009-07-18 20:07:47 +00:00
debian * Try to detect duplicate EPG entries from the DVB feed and adjust 2009-07-18 20:07:47 +00:00
docs Add documentation for revamped channel editor 2009-07-16 20:16:08 +00:00
man Update manpage to reflect recent command line option changes. 2009-05-30 07:57:46 +00:00
src * Try to detect duplicate EPG entries from the DVB feed and adjust 2009-07-18 20:07:47 +00:00
support If not SVN nor GIT can be used to resolve version, use debian changelog. 2009-05-29 21:45:15 +00:00
ChangeLog Add debian packaging 2009-03-30 18:11:57 +00:00
configure Embed files for webserver when building for release 2009-03-30 20:00:39 +00:00
LICENSE Add debian packaging 2009-03-30 18:11:57 +00:00
Makefile Fix a dependency so we compile stuff in correct order when doing parallel builds 2009-07-17 14:04:02 +00:00
README Use correct path for settings. 2009-06-01 20:44:16 +00:00

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

		 (c) 2006 - 2009 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/