]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
SAT>IP Client: increase pids limit for TVHeadend SAT>IP server
authorJaroslav Kysela <perex@perex.cz>
Mon, 23 Mar 2015 09:36:46 +0000 (10:36 +0100)
committerJaroslav Kysela <perex@perex.cz>
Mon, 23 Mar 2015 09:36:50 +0000 (10:36 +0100)
src/input/mpegts/satip/satip.c

index 737a16837f80d1a090c0a1d49ccacc3830ad3b0d..82c758c9ac0725ea8f38cd66eb03dec0cc76976b 100644 (file)
@@ -380,6 +380,9 @@ satip_device_hack( satip_device_t *sd )
   } else if (strstr(sd->sd_info.manufacturer, "Triax") &&
              strstr(sd->sd_info.modelname, "TSS400")) {
     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;
   }
 }