]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
SAT>IP client: remove idl4k hack for very old firmware V1.13.0.105, fixes #3613
authorJaroslav Kysela <perex@perex.cz>
Wed, 9 Mar 2016 20:56:58 +0000 (21:56 +0100)
committerJaroslav Kysela <perex@perex.cz>
Thu, 10 Mar 2016 09:55:59 +0000 (10:55 +0100)
src/input/mpegts/satip/satip.c

index af61e5f1f65578b74fb5cc1bd7190cfcca64e772..46a6e308bcf9241a3bf5326896b625592e1e244d 100644 (file)
@@ -434,6 +434,9 @@ satip_device_hack( satip_device_t *sd )
 {
   if(sd->sd_disable_workarounds)
       return;
+#if 0
+  /* V1.24.0.156 cannot be distinguished from V1.13.0.105 :-( */
+  /* hopefully, all users have V1.16.0.120+ now */
   if (sd->sd_info.deviceid[0] &&
       strcmp(sd->sd_info.server, "Linux/1.0 UPnP/1.1 IDL4K/1.0") == 0) {
     /* AXE Linux distribution - Inverto firmware */
@@ -444,7 +447,9 @@ satip_device_hack( satip_device_t *sd )
     sd->sd_pids_deladd = 0;
     tvhwarn("satip", "Detected old Inverto firmware V1.13.0.105 and less");
     tvhwarn("satip", "Upgrade to V1.16.0.120 - http://http://www.inverto.tv/support/ - IDL400s");
-  } else if (strstr(sd->sd_info.location, ":8888/octonet.xml")) {
+  } else
+#endif
+  if (strstr(sd->sd_info.location, ":8888/octonet.xml")) {
     /* OctopusNet requires pids in the SETUP RTSP command */
     sd->sd_pids0       = 1;
   } else if (strstr(sd->sd_info.manufacturer, "Triax") &&