--- tvheadend/src/satip/rtp.c 2016-04-04 13:26:25.900840325 +0200 +++ tvheadend/src/satip/rtp.c 2016-04-04 13:27:11.773352106 +0200 @@ -487,10 +487,10 @@ void satip_rtp_queue(void *id, th_subscr socket_set_dscp(rtp->fd_rtcp, dscp, NULL, 0); if (perm_lock) { rtp->sig.signal_scale = SIGNAL_STATUS_SCALE_RELATIVE; - rtp->sig.signal = 0xa000; + rtp->sig.signal = 0xfa00; rtp->sig.snr_scale = SIGNAL_STATUS_SCALE_RELATIVE; - rtp->sig.snr = 28000; + rtp->sig.snr = 61440; } tvhtrace("satips", "rtp queue %p", rtp);