]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
Kathrein EXIP: Add default config (SATIP)
authorPablo <trujulu@gmail.com>
Tue, 22 Jan 2019 22:04:56 +0000 (23:04 +0100)
committerJaroslav Kysela <perex@perex.cz>
Mon, 4 Feb 2019 10:00:19 +0000 (11:00 +0100)
src/input/mpegts/satip/satip.c

index ca7447fe65b3dc9d3551344cc1c49d4a65fcfa60..13bdffd5b1868bfc129960e23b5ec54b9d0f6445 100644 (file)
@@ -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;