提交 2e1f8283 authored 作者: Anthony Minessale's avatar Anthony Minessale 提交者: Muteesa Fred

remove hack for chrome we don't need anymore

上级 892181bb
......@@ -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) */
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论