From: Jaroslav Kysela Date: Wed, 9 Mar 2016 20:56:58 +0000 (+0100) Subject: SAT>IP client: remove idl4k hack for very old firmware V1.13.0.105, fixes #3613 X-Git-Tag: v4.2.1~912 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=66d3b0be727ae5b8b65ddc478b5184ffafb6e35c;p=thirdparty%2Ftvheadend.git SAT>IP client: remove idl4k hack for very old firmware V1.13.0.105, fixes #3613 --- diff --git a/src/input/mpegts/satip/satip.c b/src/input/mpegts/satip/satip.c index ee206f8aa..b80aff6bc 100644 --- a/src/input/mpegts/satip/satip.c +++ b/src/input/mpegts/satip/satip.c @@ -516,6 +516,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 */ @@ -526,7 +529,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") &&