From 3c29d4e8a72473427efc5bbf34a10241858c2d6a Mon Sep 17 00:00:00 2001 From: Anthony Minessale Date: Sat, 15 Nov 2014 10:34:26 -0600 Subject: [PATCH] FS-7500: mark places to fix later --- src/switch_core_media.c | 3 ++- src/switch_rtp.c | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/src/switch_core_media.c b/src/switch_core_media.c index 99a9620c34..cc69a9a3db 100644 --- a/src/switch_core_media.c +++ b/src/switch_core_media.c @@ -7268,7 +7268,8 @@ SWITCH_DECLARE(void) switch_core_media_gen_local_sdp(switch_core_session_t *sess pli++; nack++; } - + + /* DFF nack pli etc */ nack = v_engine->nack = 0;//pli = v_engine->pli = 0; if (vp8) { diff --git a/src/switch_rtp.c b/src/switch_rtp.c index a4db12ae59..19cd856428 100644 --- a/src/switch_rtp.c +++ b/src/switch_rtp.c @@ -6518,8 +6518,8 @@ static int rtp_common_write(switch_rtp_t *rtp_session, } } - - if (switch_rtp_test_flag(rtp_session, SWITCH_RTP_FLAG_VIDEO)) { + /* TMP DISABLE DFF */ + if (0 && switch_rtp_test_flag(rtp_session, SWITCH_RTP_FLAG_VIDEO)) { /* Normalize the timestamps to our own base by generating a made up starting point then adding the measured deltas to that base so if the timestamps and ssrc of the source change, it will not break the other end's jitter bufffer / decoder etc *cough* CHROME *cough* */