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.
![]() * 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. |
||
---|---|---|
debian | ||
docs | ||
man | ||
src | ||
support | ||
ChangeLog | ||
configure | ||
LICENSE | ||
Makefile | ||
README |
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/