This is NextPVR for arm32v7 processors, suitable for use on RPi3 using Raspbian or LibreELEC.
10K+
This docker image will provide a backend for use on 32bit ARM device such as the Raspberry Pi 3. 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_arm32v7:stabledocker run -d \
--volume /home/pi/config:/config \
--volume /home/pi/videos:/recordings \
--volume /home/pi/videos:/buffer \
--publish 8866:8866 \
nextpvr/nextpvr_arm32v7: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:5aa72300f…
Size
267.9 MB
Last updated
3 months ago
docker pull nextpvr/nextpvr_arm32v7