Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/binhex/arch-tvheadend
Docker build script for Arch Linux base with Tvheadend
https://github.com/binhex/arch-tvheadend
atsc docker-image dvb tvheadend
Last synced: 2 months ago
JSON representation
Docker build script for Arch Linux base with Tvheadend
- Host: GitHub
- URL: https://github.com/binhex/arch-tvheadend
- Owner: binhex
- License: gpl-3.0
- Created: 2016-02-09T13:17:35.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2024-10-12T18:10:17.000Z (3 months ago)
- Last Synced: 2024-10-12T18:58:56.329Z (3 months ago)
- Topics: atsc, docker-image, dvb, tvheadend
- Language: Shell
- Homepage:
- Size: 80.1 KB
- Stars: 7
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
**Application**
[Tvheadend](https://tvheadend.org/)
**Description**
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 offers the HTTP (VLC, MPlayer), HTSP (Kodi, Movian) and SAT>IP streaming. Multiple EPG sources are supported (over-the-air DVB and ATSC including OpenTV DVB extensions, XMLTV, PyXML).
**Build notes**
Latest stable Tvheadend release from Arch Linux AUR.
**Usage**
```
docker run -d \
-p 9981:9981 \
-p 9982:9982 \
--name= \
-v :/data \
-v :/config \
-v /etc/localtime:/etc/localtime:ro \
--device=/dev/ \
-e UMASK= \
-e PUID= \
-e PGID= \
binhex/arch-tvheadend
```Please replace all user variables in the above command defined by <> with the correct values.
**Access HTTP**
`http://:9981`
**Access HTSP**
`http://:9982`
**Example**
```
docker run -d \
-p 9981:9981 \
-p 9982:9982 \
--name=tvheadend \
-v /apps/docker/tvheadend/recorded:/data \
-v /apps/docker/tvheadend:/config \
-v /etc/localtime:/etc/localtime:ro \
--device=/dev/dvb \
-e UMASK=000 \
-e PUID=0 \
-e PGID=0 \
binhex/arch-tvheadend
```**Notes**
User ID (PUID) and Group ID (PGID) can be found by issuing the following command for the user you want to run the container as:-
```
id
```
___
If you appreciate my work, then please consider buying me a beer :D[![PayPal donation](https://www.paypal.com/en_US/i/btn/btn_donate_SM.gif)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=MM5E27UX6AUU4)
[Documentation](https://github.com/binhex/documentation) | [Support forum](http://forums.unraid.net/index.php?topic=46575.0)