]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
remove hack for chrome we don't need anymore
authorAnthony Minessale <anthm@freeswitch.org>
Tue, 21 Nov 2017 23:18:04 +0000 (17:18 -0600)
committerMuteesa Fred <muteesafred@hotmail.com>
Tue, 24 Jul 2018 07:21:36 +0000 (07:21 +0000)
src/switch_rtp.c

index 10e8387d21e45f10074a6a2b8120dc93ca73b871..3c75988bc42c0a6d3a4a0349aaadfdef0278a169 100644 (file)
@@ -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) */