This is NextPVR for arm64 processors, suitable for use on RaspberryPi devices running a 64bit OS.
490
This docker image will provide a backend for use on 64bit ARM device such as the Raspberry Pi running 64bit OS. It supports IPTV or HDHomeRun devices on this platform. With additional docker command line options, DVB/ATSC tuners can also be used.
docker pull nextpvr/nextpvr_arm64:stabledocker run -d \
--volume /home/pi/config:/config \
--volume /home/pi/videos:/recordings \
--volume /home/pi/videos:/buffer \
--publish 8866:8866 \
nextpvr/nextpvr_arm64:stable
If you're using an older legacy HDHomeRun, you'll also need a couple more parameters (replacing 192.168.1.51 with your host's IP address):
--env HOST_IP=192.168.1.51 \
--publish 8026:8026/udp \
In this example:
In addition to the web app, other popular ways to access it are via Kodi, or the our iOS / Android apps in their respective app stores. For more information see https://nextpvr.com/download.html
Content type
Image
Digest
sha256:770a1c7c1…
Size
285.3 MB
Last updated
3 months ago
docker pull nextpvr/nextpvr_arm64