
Originally Posted by
joshuawood
I've tried what you suggested twice ; with it set to my region a scan finds no channels.
The region info is completely wrong...
Code:
19/04/2009 08:29:24.312 Processing: [TERTYPE]
19/04/2009 08:29:24.312 Processing: 1=New Zealand
19/04/2009 08:29:24.312 Processing: 2=Waikato (Te Aroha)
19/04/2009 08:29:24.312 Processing: [DVB]
19/04/2009 08:29:24.312 Processing: ;Position = Channelname,Frequency(KHz),Inversion(0,1),0,Bandwidth (7MHz=1, 8MHz=2)
19/04/2009 08:29:24.328 Processing: 0=3
19/04/2009 08:29:24.328 Processing: 1=C46,674000,0,0,8
19/04/2009 08:29:24.359 Processing: 2=C48,690000,0,0,8
19/04/2009 08:29:24.359 Processing: 3=C50,706000,0,0,8
Looking at what is locking successfully, the entries should be...
Code:
1=C47,682000,0,0,8
2=C49,698000,0,0,8
3=C50,714000,0,0,8
But I can't find a NZ region ini file with those settings. You could try editing the 0162.ini file (in the gbpvr\bda\dvb-t folder) so the last 3 lines look like the above then retry a scan with a blank db3.
Does it look like I obtained all the required channel information this time? Wondering if it's an issue with the encoder.
The encoder isn't an issue at the scanning stage.
You've got more than before (it now knows the streams are AAC which it didn't before) but an issue with using All Region is that it doesn't write the Frequency info to the DvbRadio.db3 database.
If you try with a modified INI file it may find everything correctly. You may need to edit the DvbRadio.xml to include
Code:
AudioDecoderName>your AAC decoder name here</AudioDecoderName>
in the <settings> section to get playback to work properley though.
Cheers,
Brian