From: Anthony Minessale Date: Tue, 21 Nov 2017 23:18:04 +0000 (-0600) Subject: remove hack for chrome we don't need anymore X-Git-Tag: v1.8.1~3^2~188 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2e1f8283632ab09e40fc067ffea08acc21c8f289;p=thirdparty%2Ffreeswitch.git remove hack for chrome we don't need anymore --- 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) */