2022-09-12, 12:48 AM
I've been using Ranbato's docker image with comskip for awhile now on my Unraid server, and it's worked amazingly until the 6.0 update.
To test that it wasn't a problem unique to their docker image, I tested a fresh install with NextPVR's official 6.0 Dockerhub image.
When starting to play live OTA tv from my HDHomeRun Flex 4K, from the built-in webplayer, at the bottom center, the status gets stuck on "Starting Device. Please Wait..." and eventually times out to "Streaming Failed (transcoder exited)." It has the same problem with all channels.
When trying to play a channel with version 6.0, and while it is hanging on Starting Device, the status for the HDHomeRun Flex 4K shows that one of the tuners is in use for the selected channel.
When it eventually times out to Streaming Failed, the tuner status updates to not in use
I also downgraded my Ranbato's image to 5.2.7.220410 and everything plays and works as expected.
The attached logs are from the fresh 6.0 NextPVR image install.
Here is the template and command Unraid uses to start the fresh 6.0 official image container:
root@localhost:# /usr/local/emhttp/plugins/dynamix.docker.manager/scripts/docker run -d
--name='NextPVR-Test'
--net='br0.2'
--ip='192.168.2.24'
-e TZ="America/Chicago"
-e HOST_OS="Unraid"
-e HOST_HOSTNAME="Tower"
-e HOST_CONTAINERNAME="NextPVR-Test"
-e 'UDP_PORT_16891'='16891'
-e 'PUID'='99'
-e 'PGID'='100'
-e 'UMASK'='002'
-l net.unraid.docker.managed=dockerman
-l net.unraid.docker.webui='http://[IP]:[PORT:8866]'
-v '/mnt/user/appdata/nextpvr-test':'/config':'rw'
-v '/mnt/user/recorded-tv/':'/recordings':'rw'
-v '/dev/shm/nextpvr-test/':'/buffer':'rw'
--restart unless-stopped
'nextpvr/nextpvr_amd64'
To test that it wasn't a problem unique to their docker image, I tested a fresh install with NextPVR's official 6.0 Dockerhub image.
When starting to play live OTA tv from my HDHomeRun Flex 4K, from the built-in webplayer, at the bottom center, the status gets stuck on "Starting Device. Please Wait..." and eventually times out to "Streaming Failed (transcoder exited)." It has the same problem with all channels.
When trying to play a channel with version 6.0, and while it is hanging on Starting Device, the status for the HDHomeRun Flex 4K shows that one of the tuners is in use for the selected channel.
When it eventually times out to Streaming Failed, the tuner status updates to not in use
I also downgraded my Ranbato's image to 5.2.7.220410 and everything plays and works as expected.
The attached logs are from the fresh 6.0 NextPVR image install.
Here is the template and command Unraid uses to start the fresh 6.0 official image container:
root@localhost:# /usr/local/emhttp/plugins/dynamix.docker.manager/scripts/docker run -d
--name='NextPVR-Test'
--net='br0.2'
--ip='192.168.2.24'
-e TZ="America/Chicago"
-e HOST_OS="Unraid"
-e HOST_HOSTNAME="Tower"
-e HOST_CONTAINERNAME="NextPVR-Test"
-e 'UDP_PORT_16891'='16891'
-e 'PUID'='99'
-e 'PGID'='100'
-e 'UMASK'='002'
-l net.unraid.docker.managed=dockerman
-l net.unraid.docker.webui='http://[IP]:[PORT:8866]'
-v '/mnt/user/appdata/nextpvr-test':'/config':'rw'
-v '/mnt/user/recorded-tv/':'/recordings':'rw'
-v '/dev/shm/nextpvr-test/':'/buffer':'rw'
--restart unless-stopped
'nextpvr/nextpvr_amd64'