From 45070dbfffb10290414d8490697b1a4e9d3121b7 Mon Sep 17 00:00:00 2001 From: xiongziliang <771730766@qq.com> Date: Wed, 8 Nov 2017 16:57:05 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=AF=E6=8C=81rtcp=E5=BF=83=E8=B7=B3?= =?UTF-8?q?=E5=8C=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/Rtsp/RtspSession.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Rtsp/RtspSession.cpp b/src/Rtsp/RtspSession.cpp index 6556bb73..a640ba9d 100644 --- a/src/Rtsp/RtspSession.cpp +++ b/src/Rtsp/RtspSession.cpp @@ -693,7 +693,7 @@ inline void RtspSession::onRcvPeerUdpData(int iTrackIdx, const Socket::Buffer::P }else{ //这是rtcp心跳包,说明播放器还存活 m_ticker.resetTime(); - TraceL << "rtcp:" << (iTrackIdx-1)/2 ; + //TraceL << "rtcp:" << (iTrackIdx-1)/2 ; } }