Skip to content
This repository has been archived by the owner on Aug 17, 2019. It is now read-only.

📺 docker container for tvheadend with sundtek dvb adapter

License

Notifications You must be signed in to change notification settings

firsttris/tvheadend-sundtek-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

‼️ Discontinued

sold my sundtek-tv sticks and switched to a SAT>IP box

tvheadend-sundtek-docker

📺 docker container for tvheadend with sundtek dvb adapter

Docker Automated buil

Tvheadend is a TV streaming server and recorder for Linux, FreeBSD and Android supporting DVB-S, DVB-S2, DVB-C, DVB-T, ATSC, ISDB-T, IPTV, SAT>IP and HDHomeRun as input sources.

tvheadend.org

Version 4.1-XXXX

Offical repository as source:
https://bintray.com/tvheadend/deb/tvheadend/

Run:

So you propably do not need --link and --device: In this example i also pass my DVBSky adapter to tvheadend. It dont passes the sundtek adapter because it is not installed on the host. I also link oscam into the container.

docker run \
--name="tvheadend" \
--link oscam:oscam \
--restart=always \
--privileged \
--net=bridge \
-v /media/8tb.wd.red/recordings/:/recordings \
-v /home/docker/tvheadend/:/config \
-v /home/docker/picons/:/picons \
-v /etc/localtime:/etc/localtime:ro \
-p 9981:9981 \
-p 9982:9982 \
--device=/dev/dvb/* \
-d tristanteu/tvheadend-sundtek-docker

Important Notice - First Start

Don't install sundtek driver on your host.

Build

$ git clone https://github.com/firsttris/tvheadend-sundtek-docker.git
$ cd tvheadend-sundtek-docker
$ docker build -t tristanteu/tvheadend-sundtek-docker .

Picons:

https://github.com/picons/picons-source

Code of Conduct

See the CODE

License

See the LICENSE file for license rights and limitations (MIT).

Releases

No releases published

Packages

No packages published

Languages