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 3c0e1141ff * Make error detection in timestamp parsing much stronger.
* Avoid extracting persistent data (such as video width*height) from 
  received data if we suspect that an error has occured (MPEG-TS TEI or
  continuity counter errors).

* Add src/plumbing/tsfix.[ch]: Streaming code that fixes up missing
  timestamps and normalize timecode to start at 0.

* Move PTS estimation code and timestamp normalization out from central
  parse code. Subscribers that really needs it should use tsfix plumbing
  instead.

* Let DVR code use tsfix plumbing.

* Don't send "pts" and "dts" over HTSP if timestamps are missing.
2010-06-15 14:53:39 +00:00
debian Keep the changelog in a better state 2010-06-14 18:55:30 +00:00
docs 2.11 2010-03-27 09:06:05 +00:00
man Update manpage to reflect recent command line option changes. 2009-05-30 07:57:46 +00:00
src * Make error detection in timestamp parsing much stronger. 2010-06-15 14:53:39 +00:00
support Use a different strategy for generating version tags 2010-03-26 21:20:29 +00:00
ChangeLog Add debian packaging 2009-03-30 18:11:57 +00:00
configure Make V4L and DVB conditionally compiled 2010-02-16 19:49:54 +00:00
LICENSE Add debian packaging 2009-03-30 18:11:57 +00:00
Makefile * Make error detection in timestamp parsing much stronger. 2010-06-15 14:53:39 +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/