Bug #3752 ยป 009-17-SATIP_IPTV_tunning_fix_v2-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 | 490 |
rtp->sig.signal_scale = SIGNAL_STATUS_SCALE_RELATIVE; |
491 |
rtp->sig.signal = 0xa000;
|
|
491 |
rtp->sig.signal = 0xfa00;
|
|
492 | 492 |
rtp->sig.snr_scale = SIGNAL_STATUS_SCALE_RELATIVE; |
493 |
rtp->sig.snr = 28000;
|
|
493 |
rtp->sig.snr = 61440;
|
|
494 | 494 |
} |
495 | 495 | |
496 | 496 |
tvhtrace("satips", "rtp queue %p", rtp); |