NextPVR Forums

Full Version: Channel discovery skipping channels
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi folks,

I'm running the latest Docker version of NextPVR and I pass in my Hauppauge WinTV dualHD adapters like this:
Code:
docker run --name nextpvr -dt --restart unless-stopped -v /opt/apps/nextpvr:/config -v /tmp:/buffer --device /dev/dvb/adapter0:/dev/dvb/adapter0 --device /dev/dvb/adapter1:/dev/dvb/adapter1 --device /dev/media0:/dev/media0 -p 50010:8866 -p 50011:16891/udp nextpvr/nextpvr_amd64

They are detected fine but when I run a channel discovery for DVB-T2 no channels are detected. I created a channel file with dvbv5-scan (just to confirm that the tuner actually works). In the adapter scan logs I can see the following: 

Code:
16:18:00:763 [DEBUG] >>> Scanning 522000000
16:18:07:017 [DEBUG] skipping service 'VOX HD' of type 0x1F
16:18:07:018 [DEBUG] skipping service 'SUPER RTL HD' of type 0x1F
16:18:07:018 [DEBUG] skipping service 'RTL II HD' of type 0x1F
16:18:07:018 [DEBUG] skipping service 'n-tv HD' of type 0x1F
16:18:07:018 [DEBUG] skipping service 'NITRO HD' of type 0x1F
16:18:07:018 [DEBUG] skipping service 'Tele 5 HD' of type 0x1F
16:18:07:018 [DEBUG] skipping service 'RTL HD HH/SH' of type 0x1F

So services are actually detected but then skipped for no apparent reason (none that I was able to discern). Once the scan has finished the channel config in /config/adapter0-DVB-T-channels-scan.conf actually contains all these channels but nothing shows up in the UI  Undecided .

Any pointers appreciated.

Thanks & BR
Christoph
Can you do a scan, then post the logs?
I think i see why they're being skipped.

I've published a new "nextpvr/nextpvr_amd64:prerelease" docker image if you want to give it a go.
(2020-08-01, 07:18 PM)sub Wrote: [ -> ]I think i see why they're being skipped.

I've published a new "nextpvr/nextpvr_amd64:prerelease" docker image if you want to give it a go.

Just gave that a go and all channels were detected. Thanks!
Great!