]> 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)
committerJaroslav Kysela <perex@perex.cz>
Wed, 3 Oct 2018 07:37:24 +0000 (09:37 +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 c17117165541c1c22461cc85c99849fc00585e34..13a1a6621198f1ae268aaf88d2d69e7104677da9 100644 (file)
@@ -563,6 +563,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;