From 2e1f8283632ab09e40fc067ffea08acc21c8f289 Mon Sep 17 00:00:00 2001 From: Anthony Minessale Date: Tue, 21 Nov 2017 17:18:04 -0600 Subject: [PATCH] remove hack for chrome we don't need anymore --- src/switch_rtp.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/switch_rtp.c b/src/switch_rtp.c index 10e8387d21..3c75988bc4 100644 --- a/src/switch_rtp.c +++ b/src/switch_rtp.c @@ -6493,9 +6493,9 @@ static switch_status_t process_rtcp_report(switch_rtp_t *rtp_session, rtcp_msg_t double rtt_now = 0; int rtt_increase = 0, packet_loss_increase=0; - if (msg->header.type == _RTCP_PT_SR && rtp_session->ice.ice_user) { - rtp_session->send_rr = 1; - } + //if (msg->header.type == _RTCP_PT_SR && rtp_session->ice.ice_user) { + // rtp_session->send_rr = 1; + //} now = switch_micro_time_now(); /* number of microseconds since 00:00:00 january 1, 1970 UTC */ sec = (uint32_t)(now/1000000); /* converted to second (NTP most significant bits) */ -- 2.47.2