diff --git a/src/input/mpegts/satip/satip.c b/src/input/mpegts/satip/satip.c index 737a1683..82c758c9 100644 --- a/src/input/mpegts/satip/satip.c +++ b/src/input/mpegts/satip/satip.c @@ -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; } }