https://tvheadend.org/issues/4244
As we discussed a while ago, the configuration should be different.
* The complete mux should not be supported
* Along with it an increase of maximum pids is useful to open more channels.
/* OctopusNet requires pids in the SETUP RTSP command */
} else if (strstr(sd->sd_info.manufacturer, "Triax") &&
strstr(sd->sd_info.modelname, "TSS400")) {
+ sd->sd_fullmux_ok = 0;
+ sd->sd_pids_max = 64;
sd->sd_pilot_on = 1;
} else if (strcmp(sd->sd_info.modelname, "TVHeadend SAT>IP") == 0) {
sd->sd_pids_max = 128;