From 3cf32a64ebda36fd67d26adfe899f33297ccd5c1 Mon Sep 17 00:00:00 2001 From: Rolf Ahrenberg Date: Sat, 25 Feb 2017 14:03:49 +0200 Subject: [PATCH] Remove non-compatible RTP-over-TCP devices. --- server.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/server.c b/server.c index 01613a4..24d1d6f 100644 --- a/server.c +++ b/server.c @@ -123,10 +123,7 @@ cSatipServer::cSatipServer(const char *addressP, const int portP, const char *mo quirkM |= eSatipQuirkSessionId; // These devices contain support for RTP over TCP: if (strstr(*descriptionM, "minisatip") || // minisatip server - strstr(*descriptionM, "DVBViewer") || // DVBViewer Media Server - strstr(*descriptionM, "GSSBOX") || // Grundig Sat Systems GSS.box DSI 400 - strstr(*descriptionM, "DIGIBIT") || // Telestar Digibit R1 - strstr(*descriptionM, "Triax SatIP Converter") // Triax TSS 400 + strstr(*descriptionM, "DVBViewer") // DVBViewer Media Server ) quirkM |= eSatipQuirkRtpOverTcp; // These devices contain a play (add/delpids) parameter bug: