From 5b3d3a8fd9121654469bf19b02f8c2be61e9735b Mon Sep 17 00:00:00 2001 From: FireFly Date: Mon, 17 Oct 2022 16:16:29 +0200 Subject: [PATCH] fix missing retune resulting in black screen (cherry picked from commit 0f20f764bce549f7866ab19a91d0850397de21ea) --- tuner.c | 1 + 1 file changed, 1 insertion(+) diff --git a/tuner.c b/tuner.c index c6670bb..bfa3d41 100644 --- a/tuner.c +++ b/tuner.c @@ -244,6 +244,7 @@ bool cSatipTuner::Connect(void) if (useTcp) debug1("%s Requesting TCP [device %d]", __PRETTY_FUNCTION__, deviceIdM); if (rtspM.Setup(*uri, rtpM.Port(), rtcpM.Port(), useTcp)) { + lastParamM = streamParamM; keepAliveM.Set(timeoutM); if (nextServerM.IsValid()) { currentServerM = nextServerM;