SAT>IP Client: increase pids limit for TVHeadend SAT>IP server

This commit is contained in:
Jaroslav Kysela 2015-03-23 10:36:46 +01:00
parent 02a9b02e1c
commit 47f249fe09

View 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;
}
}