|
SageTV Github Development Discussion related to SageTV Open Source Development. Use this forum for development topics about the Open Source versions of SageTV, hosted on Github. |
|
Thread Tools | Search this Thread | Display Modes |
#1
|
|||
|
|||
Unwanted channels on Linux with HDHomeRun
I'm working on the Linux 64bit using the native HDHomeRun2.0 (which uses the libhdhomerun). I'm testing with SiliconDust HDHomeRun DVB-C devices in Europe (Switzerland). I compare the result with my 32bit Windows SageTV 7.x installation (using the Windows BDA driver for the HDHomeRun DVB-C devices).
Now on my linux I get more channels in the Sage frontend as I want. Quite some are just empty entries and I get the radio stations as well. I did some code review and came across some code which might be related to it. I'm not sure if I'm on the right track and would need some hints I see mainly in the native/ax libraries the usage of the serivce_type as part of the channel structure. There are several checks based on the value and out of the native logs I see that in my setup the service types for all my channels. In NativeCore/TSFilter.c there is a function _dvb_service_type_ which prints out the meaning of the value. Code:
if ( type == 0 ) return "ERROR"; if ( type == 1 ) return "Digital TV"; if ( type == 2 ) return "Digital Radio"; return "other"; Code:
pChannelList->channel[pChannelList->channel_num].u.dvb.service_type = service==3?2:1; Code:
pChannelList->channel[i].u.dvb.service_type==2?"(r)":"" Obviously I miss the trace to the Java code from here, I just started and I don't see where this data gets used in the Java code, probably somewhere in the CaptureDevice? This trace will for sure help to progress.
__________________
Standard Intel PC with 4GB RAM Ubuntu 16.04 64bit JVM version=1.8.0_121-b13 / SageTV V9 latest HDHR DUAL EU with 2 DVB-C and HDHR EXPAND 4DC with 4 DVB-C XMLTV using WebGrabPlus in Switzerland Clients: HD200, Placeshift on OSX (limited) and Windows, Sage Android Client on ShieldTV and Tablets |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Linux HDHomeRun DVB-T beta tester wanted | donkey | SageTV Beta Test Software | 0 | 10-09-2009 06:28 PM |
HDHomerun + Linux + 6.6.2 HELP with EPG | voidstar | SageTV EPG Service | 2 | 08-25-2009 09:15 PM |
linux Sagetv.6.5.12 HDHomerun | SuiDog | SageTV Beta Test Software | 2 | 04-17-2009 04:10 AM |
Manually removing unwanted channels - .frq files - advice needed. | sfag | SageTV EPG Service | 8 | 01-27-2009 11:03 AM |
SageTV 4 Keeps Adding Unwanted Channels | david zero | SageTV Software | 1 | 12-23-2007 07:29 PM |