/* OctopusNet requires pids in the SETUP RTSP command */
} else if (strstr(sd->sd_info.manufacturer, "Triax") &&
strstr(sd->sd_info.modelname, "TSS400")) {
+ /* Rolloff is required to tune into DVB-S2 muxes */
sd->sd_fullmux_ok = 0;
sd->sd_pids_max = 64;
+ sd->sd_pids_len = 255;
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"))) {
+ (strstr(sd->sd_info.modelname, "EXIP-4124") ||
+ strstr(sd->sd_info.modelname, "EXIP-418") ||
+ strstr(sd->sd_info.modelname, "EXIP-414"))) {
+ /* Rolloff is required to tune into DVB-S2 muxes */
sd->sd_fullmux_ok = 0;
sd->sd_pids_max = 64;
+ sd->sd_pids_len = 255;
sd->sd_pilot_on = 1;
} else if (strcmp(sd->sd_info.modelname, "TVHeadend SAT>IP") == 0) {
sd->sd_pids_max = 128;