]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
satip server: increase the signal level strenght for the uknown state
authorJaroslav Kysela <perex@perex.cz>
Tue, 20 Jun 2017 07:16:46 +0000 (09:16 +0200)
committerJaroslav Kysela <perex@perex.cz>
Tue, 20 Jun 2017 07:30:29 +0000 (09:30 +0200)
src/satip/rtp.c

index a6e292930e74f53ec5ad4ba7dbe2061128cfcfdc..2cf6662c24951d9de17d840d039b438c6358faef 100644 (file)
@@ -660,7 +660,7 @@ satip_status_build(satip_rtp_session_t *rtp, char *buf, int len)
     level = MINMAX((rtp->sig.signal + 90000) / 375, 0, 240);
     break;
   default:
-    level = lock ? 10 : 0;
+    level = lock ? 120 : 0;
     break;
   }
   switch (rtp->sig.snr_scale) {