From c0fe17d93e9855d9024b1076be9413fb29fc80a2 Mon Sep 17 00:00:00 2001 From: cvh Date: Sun, 18 Feb 2018 21:23:56 +0100 Subject: [PATCH] add vaapi to readme --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6a8197b..4c610c9 100644 --- a/README.md +++ b/README.md @@ -33,11 +33,12 @@ docker create \ -e RUN_OPTS= \ -p 9981:9981 \ -p 9982:9982 \ - --device=/dev/dvb + --device=/dev/dvb \ + --device=/dev/dri linuxserver/tvheadend ``` The --device=/dev/dvb is only needed if you want to pass through a DVB card to the container. If you use IPTV or HDHomeRun you can leave it out. - +The --device=/dev/dri is only needed if you want to use your AMD/Intel GPU for hardware accelerated video encoding (vaapi). You can choose between ,using tags, latest (default, and no tag required or a specific release branch of tvheadend. @@ -68,6 +69,7 @@ http://192.168.x.x:8080 would show you what's running INSIDE the container on po * `-e PUID` for UserID - see below for explanation * `-e RUN_OPTS` additional runtime parameters - see below for explanation * `--device=/dev/dvb` - for passing through DVB-cards +* `--device=/dev/dri` - for passing through GPU * `--net=host` - for IPTV, SAT>IP and HDHomeRun * `-e TZ` - for timezone information *eg Europe/London, etc*