From 06808718546ba9be2af63ae5ae4901f66b2a365d Mon Sep 17 00:00:00 2001 From: Manuel Reimer Date: Tue, 31 May 2022 16:57:18 +0200 Subject: [PATCH] Apply satip_retune_fix.diff Author: FireFly VDR-Portal thread: https://www.vdr-portal.de/forum/index.php?thread/135143-satip-plugin-patches/&postID=1350960#post1350960 Patch URL: https://www.vdr-portal.de/index.php?attachment/46674-satip-retune-fix-diff/ --- tuner.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tuner.c b/tuner.c index be7b392..c6670bb 100644 --- a/tuner.c +++ b/tuner.c @@ -225,7 +225,7 @@ bool cSatipTuner::Connect(void) if (streamIdM >= 0) { if (!strcmp(*streamParamM, *lastParamM) && hasLockM) { debug1("%s Identical parameters [device %d]", __PRETTY_FUNCTION__, deviceIdM); - return true; + //return true; // fall through because detection does not work reliably } cString uri = cString::sprintf("%sstream=%d?%s", *connectionUri, streamIdM, *streamParamM); debug1("%s Retuning [device %d]", __PRETTY_FUNCTION__, deviceIdM);