2020-04-05, 09:31 AM
I've wanted to try nextpvr for years but not had a windows server but noticed v5 with docker, so I'm happy
I've got a synology drive with docker and used the following command to run a container
sudo docker run -d --volume /volume1/media/nextpvr/config:/config --volume /volume1/media/nextpvr:/recordings --volume /volume1/media/nextpvr:/buffer --publish 8866:8866 --env HOST_IP=192.168.0.118 --publish 8020-8030:8020-8030/udp --device /dev/dri:/dev/dri nextpvr/nextpvr_amd64:latest
(tried with out without the --device part)
I'm using a HDHomerun quattro in the UK.
It finds the hdhomerun fine and channels, but then doesn't populate the epg.
Also if I try tune to a channel I just get "Stream Failed Transcoder Exited"
I've attached my logs.
Any ideas?
I've got a synology drive with docker and used the following command to run a container
sudo docker run -d --volume /volume1/media/nextpvr/config:/config --volume /volume1/media/nextpvr:/recordings --volume /volume1/media/nextpvr:/buffer --publish 8866:8866 --env HOST_IP=192.168.0.118 --publish 8020-8030:8020-8030/udp --device /dev/dri:/dev/dri nextpvr/nextpvr_amd64:latest
(tried with out without the --device part)
I'm using a HDHomerun quattro in the UK.
It finds the hdhomerun fine and channels, but then doesn't populate the epg.
Also if I try tune to a channel I just get "Stream Failed Transcoder Exited"
I've attached my logs.
Any ideas?