forked from kmcgill88/k-plex
-
Notifications
You must be signed in to change notification settings - Fork 2
Home
jvonhoff edited this page Jun 25, 2017
·
2 revisions
In order to expose my WinTV-DualHD I had a couple of changes to make:
- I added
--group-add 91
to mydocker run
. In my Arch installation, the video group has ID 91 - I added
--device=/dev/dvb/adapter0:/dev/dvb/adapter0
todocker run
. This exposes the tuner to the docker container - Now, attach to the running container with
docker exec -it plex /bin/bash
- I had to install vim, then
vim /etc/group
and alter the video group to have an ID of 91 (it was 41). - Exit, then restart the container
docker restart plex
After that, I could see one tuner from the card. I'm not sure how to get the 2nd tuner working yet, but this is a start.