Skip to content
jvonhoff edited this page Jun 25, 2017 · 2 revisions

Welcome to the pms-docker wiki!

USB-style tuners

In order to expose my WinTV-DualHD I had a couple of changes to make:

  1. I added --group-add 91 to my docker run. In my Arch installation, the video group has ID 91
  2. I added --device=/dev/dvb/adapter0:/dev/dvb/adapter0 to docker run. This exposes the tuner to the docker container
  3. Now, attach to the running container with docker exec -it plex /bin/bash
  4. I had to install vim, then vim /etc/group and alter the video group to have an ID of 91 (it was 41).
  5. 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.

Clone this wiki locally