2021-04-15, 01:43 PM
Hi,
I was hoping to get a little bit of help with the launch options for my NextPVR docker on my Synology DS918+? Here's the code:
sudo docker run -d --name nextpvr --restart unless-stopped \
--volume /volume1/docker/nextpvr/config:/config \
--volume /volume1/docker/nextpvr/video:/recordings \
--volume /volume1/docker/nextpvr/buffer:/buffer \
--publish 8866:8866 \
--env TZ='Australia/Melbourne' \
--publish 16891:16891/udp \
--device /dev/dri:/dev/dri \
nextpvr/nextpvr_amd64table
It launches fine but I can't see my device (a MyGica DVB-T USB tuner). If I use Video Station I can see the tuner and can see program guides and tv shows.
Is it the --device line that's wrong? I can't find the right path in the synology through the CLI.
Any help would be most appreciated.
I was hoping to get a little bit of help with the launch options for my NextPVR docker on my Synology DS918+? Here's the code:
sudo docker run -d --name nextpvr --restart unless-stopped \
--volume /volume1/docker/nextpvr/config:/config \
--volume /volume1/docker/nextpvr/video:/recordings \
--volume /volume1/docker/nextpvr/buffer:/buffer \
--publish 8866:8866 \
--env TZ='Australia/Melbourne' \
--publish 16891:16891/udp \
--device /dev/dri:/dev/dri \
nextpvr/nextpvr_amd64table
It launches fine but I can't see my device (a MyGica DVB-T USB tuner). If I use Video Station I can see the tuner and can see program guides and tv shows.
Is it the --device line that's wrong? I can't find the right path in the synology through the CLI.
Any help would be most appreciated.