GitXplorerGitXplorer
M

arch-awk-test

public
1 stars
0 forks
5 issues

Commits

List of commits on branch master.
Unverified
2df4a00008683d923c545d764c36cc0405157968

Merge branch 'master' of github.com:MaxPeal/arch-awk-test

MMaxPeal committed 3 years ago
Unverified
cd88205b9add6d95d49bfbfcae78d42b66b80c43

changes for awk compile

MMaxPeal committed 3 years ago
Verified
6715f6d601e75995fd701146608d75bd3214bb5e

Update workflow-docker-manual.yml

MMaxPeal committed 3 years ago
Verified
1750b3eb64c07127e1d347ea165279139906e95c

Create Dockerfile-test

MMaxPeal committed 3 years ago
Verified
568c7943de60149508b530db0b2f4b6fcf1c01c3

Create entrypoint-test.sh

MMaxPeal committed 3 years ago
Verified
ccb222ae621550ed24cc514ff537e92d07e1c3c5

Update workflow-docker-manual.yml

MMaxPeal committed 3 years ago

README

The README file for this repository.

Application

Tvheadend

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=<container name> \
    -v <path for data files>:/data \
    -v <path for config files>:/config \
    -v /etc/localtime:/etc/localtime:ro \
    --device=/dev/<tuner type> \
    -e UMASK=<umask for created files> \
    -e PUID=<uid for user> \
    -e PGID=<gid for user> \
    binhex/arch-tvheadend

Please replace all user variables in the above command defined by <> with the correct values.

Access HTTP

http://<host ip>:9981

Access HTSP

http://<host ip>: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 <username>

If you appreciate my work, then please consider buying me a beer :D

PayPal donation

Documentation | Support forum