2021-12-22, 07:41 PM
I was happy to learn that there's a Dockerized NextPVR for the Raspberry Pi4. I have configured things and I'm almost there, lacking only the "Scan" button on my device page. Here are my configuration details:
When the Pi boots there's a lot in the dmesg relating to the HVR 950. There was a complaint about missing firmware, and I followed other instructions on the web to furnish the xc3028-v27.fw file. I ran the container using the docker-run command given on the Docker install page, and I was able to bring up the web UI on port 8866. Under Settings/Devices I see my one "IPTV device" along with my three HD Homerun tuners. But there's no "Scan" for the HVR 950, only "Import/m3u" and "Import/XC" (and I'm not sure how to use those options).
As a side-note, if I decide to use one of the HDHomerun tuners, it will Scan, and NextPVR accumulates a large channel list. And from there I can tune any of those channels fine. That's great, but for this exercise I'm interested in the HVR 950, not the HDHomerun's.
Also, I use this same Hauppauge tuner on a Windows copy of NextPVR, and it works fine there, including a Scan button. It required a Windows driver download from Hauppauge to work correctly.
Lastly, I was a little surprised that the docker-run command does not include any --device clauses that would jam the path of my USB tuner into the container.
Thanks for any advice!
- RPi 4 , Raspbian 11 Bullseye
- NextPVR Docker container arm32v7stable, version 5.2.3.211114
- Hauppauge WinTV HVR 950 USB tuner
- HD Homerun HDHR3-CC (3 tuners)
- Guide information from SchedulesDirect
When the Pi boots there's a lot in the dmesg relating to the HVR 950. There was a complaint about missing firmware, and I followed other instructions on the web to furnish the xc3028-v27.fw file. I ran the container using the docker-run command given on the Docker install page, and I was able to bring up the web UI on port 8866. Under Settings/Devices I see my one "IPTV device" along with my three HD Homerun tuners. But there's no "Scan" for the HVR 950, only "Import/m3u" and "Import/XC" (and I'm not sure how to use those options).
As a side-note, if I decide to use one of the HDHomerun tuners, it will Scan, and NextPVR accumulates a large channel list. And from there I can tune any of those channels fine. That's great, but for this exercise I'm interested in the HVR 950, not the HDHomerun's.
Also, I use this same Hauppauge tuner on a Windows copy of NextPVR, and it works fine there, including a Scan button. It required a Windows driver download from Hauppauge to work correctly.
Lastly, I was a little surprised that the docker-run command does not include any --device clauses that would jam the path of my USB tuner into the container.
Thanks for any advice!