SAT>IP Client: increase pids limit for TVHeadend SAT>IP server
This commit is contained in:
parent
02a9b02e1c
commit
47f249fe09
1 changed files with 3 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue