Bug #3704 ยป 099-99-SATIP_IPTV_tunning_fix-patch.diff
tvheadend/src/satip/rtp.c 2016-04-04 13:27:11.773352106 +0200 | ||
---|---|---|
487 | 487 |
socket_set_dscp(rtp->fd_rtcp, dscp, NULL, 0); |
488 | 488 | |
489 | 489 |
if (perm_lock) { |
490 |
rtp->sig_lock = 1; |
|
490 | 491 |
rtp->sig.signal_scale = SIGNAL_STATUS_SCALE_RELATIVE; |
491 |
rtp->sig.signal = 0xa000;
|
|
492 |
rtp->sig.signal = 0xfa00;
|
|
492 | 493 |
rtp->sig.snr_scale = SIGNAL_STATUS_SCALE_RELATIVE; |
493 |
rtp->sig.snr = 28000;
|
|
494 |
rtp->sig.snr = 61440;
|
|
494 | 495 |
} |
495 | 496 | |
496 | 497 |
tvhtrace("satips", "rtp queue %p", rtp); |