Baike.dev
All toolsAI codingTrendingOpen sourceNewsSubmit
Log in
< Back to tools
T

tvheadend

> 编程语言
Open source

Tvheadend is the leading TV streaming server for Linux with ATSC, DVB-C/C2, DVB-S/S2, DVB-T/T2, IPTV, SAT>IP and unix pipe input sources

3.5K stars0 likes0 views
WebsiteGitHub

About

Tvheadend is the leading TV streaming server for Linux with ATSC, DVB-C/C2, DVB-S/S2, DVB-T/T2, IPTV, SAT>IP and unix pipe input sources

Tvheadend

Tvheadend is the leading TV streaming server and Digital Video Recorder for Linux.

It supports the following inputs:

  • ATSC
  • DVB-C(2)
  • DVB-S(2)
  • DVB-T(2)
  • HDHomeRun
  • IPTV
    • UDP
    • HTTP
  • SAT>IP
  • Unix Pipe

It supports the following outputs:

  • HTSP (native protocol)
  • HTTP
  • SAT>IP

Documentation

Tvheadend documentation can be found here: https://docs.tvheadend.org.

Support

Please triage issues and ask questions in the forum: https://tvheadend.org or use the #hts IRC channel on Libera.Chat to speak with project staff: https://web.libera.chat/#hts.

Please report triaged bugs via GitHub Issues.

Building for Linux

First you need to configure:

$ ./configure

If build dependencies are missing the configure script will complain or attempt to disable optional features.

To build the binary:

$ make

After compiling the Tvheadend binary is in the build.linux directory.

To run the Tvheadend binary:

$ ./build.linux/tvheadend

Settings are stored in $HOME/.hts/tvheadend.

To install the newly compiled Tvheadend binary and associated files onto your system:

$ sudo make install

Running on Linux

Instructions for popular distributions are in our public documentation.

Running in Docker

Running in Docker can be as simple as:

$ docker run --rm ghcr.io/tvheadend/tvheadend:latest

See README.Docker.md for more details.

GitHub Issues· 107 open

View all on GitHub
  • #2244

    [BUG]: New UI ignores default view level

    Updated Sep 13, 2026
  • #2240

    [FEATURE]: MTD mod by AI

    Updated Sep 13, 2026
  • #1876

    [BUG]: DTS = INT64_MIN causes stream failure during Timeshift

    Updated Sep 10, 2026

> Tags

Catscdvbdvb-cdvb-s

No comments yet. Be the first to share.

> Details

PublishedAug 1, 2026
UpdatedSep 17, 2026
Category编程语言
PricingOpen source

> Related tools

T
TypeScript
JavaScript 的超集,为前端与全栈提供静态类型
P
Python
通用编程语言,广泛用于 Web、数据与 AI
G
Go
Google 推出的简洁高效系统语言