Skip to content

Docker container for Tvheadend service and additional drivers/apps

Notifications You must be signed in to change notification settings

w194/docker-tvheadend

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Docker TVHeadend

This is a Docker container that contains TVHeadend

It also will present the web interface to the user to scan and configure channels.

mkdir -p /opt/docker-tvheadend-config

Build with

docker build -t tvheadend .

run with

docker run -d -p 9981:9981 -v=/opt/docker-tvheadend-config:/home/hts/.hts --device=/dev/dvb/adapter0/dvr0:/dev/dvb/adapter0/dvr0 --device=/dev/dvb/adapter0/demux0:/dev/dvb/adapter0/demux0 --device=/dev/dvb/adapter0/frontend0:/dev/dvb/adapter0/frontend0 --device=/dev/dvb/adapter0/net0:/dev/dvb/adapter0/net0  tvheadend

(Example for a DVB-C TV stick that is supported by the docker host)

WARNING security is set to be non-existant on the web interface. Logging in requires no username or password.

About

Docker container for Tvheadend service and additional drivers/apps

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%