From: Pablo Date: Tue, 22 Jan 2019 22:04:56 +0000 (+0100) Subject: Kathrein EXIP: Add default config (SATIP) X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d7e975f75caabb6abcaa9dbf075c118682c5cbd7;p=thirdparty%2Ftvheadend.git Kathrein EXIP: Add default config (SATIP) --- diff --git a/src/input/mpegts/satip/satip.c b/src/input/mpegts/satip/satip.c index ca7447fe6..13bdffd5b 100644 --- a/src/input/mpegts/satip/satip.c +++ b/src/input/mpegts/satip/satip.c @@ -572,6 +572,13 @@ satip_device_hack( satip_device_t *sd ) sd->sd_fullmux_ok = 0; sd->sd_pids_max = 64; sd->sd_pilot_on = 1; + } else if (strstr(sd->sd_info.manufacturer, "KATHREIN") && + (strstr(sd->sd_info.modelname, "EXIP-4124") || + strstr(sd->sd_info.modelname, "EXIP-418") || + strstr(sd->sd_info.modelname, "EXIP-414"))) { + sd->sd_fullmux_ok = 0; + sd->sd_pids_max = 64; + sd->sd_pilot_on = 1; } else if (strcmp(sd->sd_info.modelname, "TVHeadend SAT>IP") == 0) { sd->sd_pids_max = 128; sd->sd_pids_len = 2048;