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.0.9~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4e96d32186b37f61b3b455a7d6fbb7fceab959ac;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 af61e5f1f..46a6e308b 100644 --- a/src/input/mpegts/satip/satip.c +++ b/src/input/mpegts/satip/satip.c @@ -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") &&