2019-09-14, 11:32 PM
I've installed the latest amd64 docker image and am not able to get it to find my hdhomerun devices.
I ran it with:
sudo docker run -d \
--volume /home/jim/nextpvr/config:/config \
--volume /home/jim/nextpvr/videos:/recordings \
--volume /home/jim/nextpvr/videos:/buffer \
--publish 8866:8866 \
--env HOST_IP=10.10.10.99 \
--publish 8020-8030:8020-8030/udp \
nextpvr/nextpvr_amd64:latest
When I log into the web gui (10.10.10.99:8866) under settings/devices it only shows IPTV. I can rescan but still nothing.
I exec'd a shell in the container and ran 'hdhomerun_config discover' and it returned 'no devices found'.
I stopped the container and ran it with:
sudo docker run -d \
--volume /home/jim/nextpvr/config:/config \
--volume /home/jim/nextpvr/videos:/recordings \
--volume /home/jim/nextpvr/videos:/buffer \
--network=host \
nextpvr/nextpvr_amd64:latest
Still nothing under devices but when I run 'hdhomerun_config' in the container it finds both my hdhomerun tuners.
I've attached the logs. Any idea what I am doing wrong?
My host running Ubuntu 18.04 if that matters.
I ran it with:
sudo docker run -d \
--volume /home/jim/nextpvr/config:/config \
--volume /home/jim/nextpvr/videos:/recordings \
--volume /home/jim/nextpvr/videos:/buffer \
--publish 8866:8866 \
--env HOST_IP=10.10.10.99 \
--publish 8020-8030:8020-8030/udp \
nextpvr/nextpvr_amd64:latest
When I log into the web gui (10.10.10.99:8866) under settings/devices it only shows IPTV. I can rescan but still nothing.
I exec'd a shell in the container and ran 'hdhomerun_config discover' and it returned 'no devices found'.
I stopped the container and ran it with:
sudo docker run -d \
--volume /home/jim/nextpvr/config:/config \
--volume /home/jim/nextpvr/videos:/recordings \
--volume /home/jim/nextpvr/videos:/buffer \
--network=host \
nextpvr/nextpvr_amd64:latest
Still nothing under devices but when I run 'hdhomerun_config' in the container it finds both my hdhomerun tuners.
I've attached the logs. Any idea what I am doing wrong?
My host running Ubuntu 18.04 if that matters.