]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
Optimize default configuration of SAT>IP Triax TSS 400
authorPablo <trujulu@gmail.com>
Tue, 2 Oct 2018 18:41:36 +0000 (20:41 +0200)
committerperexg <perex@perex.cz>
Wed, 3 Oct 2018 06:46:15 +0000 (08:46 +0200)
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.

src/input/mpegts/satip/satip.c

index 6225fd5cd9e441332ecef2510f6cd71080b49ba7..000bec9d48c091e98a75814e05214d5d20b3c70d 100644 (file)
@@ -569,6 +569,8 @@ satip_device_hack( satip_device_t *sd )
     /* 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;