2019-09-10, 02:02 AM
Hello,
I am attempting to run NextPVR on RaspberryPi using Docker install.
I have it up and running and can reach the web interface. It can see my HDHomeRun tuners and even does a scan and pulls in my local channels.
However I click watch and it fails. (Streaming failed transcoder exit)
to start here is the commands I run:
sudo docker run -d \
--volume /home/pi/config:/config \
--volume /home/pi/videos:/recordings \
--volume /home/pi/videos:/buffer \
--publish 8866:8866 \
--env HOST_IP=192.168.86.49 \
--env HOST_IP=192.168.86.50 \
--publish 8020-8030:8020-8030/udp \
nextpvr/nextpvr_arm32v7:latest
P.S. - I currently do not have Schedule Direct configured and have not added NAS for storage. Just want to get the concept up and running. (baby steps)
See my attached logs:
Than You in advance for any help.
I am attempting to run NextPVR on RaspberryPi using Docker install.
I have it up and running and can reach the web interface. It can see my HDHomeRun tuners and even does a scan and pulls in my local channels.
However I click watch and it fails. (Streaming failed transcoder exit)
to start here is the commands I run:
sudo docker run -d \
--volume /home/pi/config:/config \
--volume /home/pi/videos:/recordings \
--volume /home/pi/videos:/buffer \
--publish 8866:8866 \
--env HOST_IP=192.168.86.49 \
--env HOST_IP=192.168.86.50 \
--publish 8020-8030:8020-8030/udp \
nextpvr/nextpvr_arm32v7:latest
P.S. - I currently do not have Schedule Direct configured and have not added NAS for storage. Just want to get the concept up and running. (baby steps)
See my attached logs:
Than You in advance for any help.