2021-09-16, 05:32 PM
I tried to start from scratch. I deleted everything in the nextpvr config folder on the synology and deleted all channels with the webgui. Then I created a new container with the following commands:
docker run -d --volume /volume1/docker/nextpvr/Aufnahmen:/recordings --volume /volume1/docker/nextpvr/Aufnahmen:/buffer --volume /volume1/docker/nextpvr/config:/config --restart unless-stopped --net=host -e SATIP_DEVICES='http://192.168.178.20/octoserve/octonet.xml' --publish 8866:8866 --publish 16891:16891/udp nextpvr/nextpvr_amd64table
result:
channel scan works
epg update does not work
channel stream does not work
Nothing changed for me
docker run -d --volume /volume1/docker/nextpvr/Aufnahmen:/recordings --volume /volume1/docker/nextpvr/Aufnahmen:/buffer --volume /volume1/docker/nextpvr/config:/config --restart unless-stopped --net=host -e SATIP_DEVICES='http://192.168.178.20/octoserve/octonet.xml' --publish 8866:8866 --publish 16891:16891/udp nextpvr/nextpvr_amd64table
result:
channel scan works
epg update does not work
channel stream does not work
Nothing changed for me