mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2024-11-29 14:45:55 +08:00
支持rtcp心跳包
This commit is contained in:
parent
101261c299
commit
45070dbfff
@ -693,7 +693,7 @@ inline void RtspSession::onRcvPeerUdpData(int iTrackIdx, const Socket::Buffer::P
|
|||||||
}else{
|
}else{
|
||||||
//这是rtcp心跳包,说明播放器还存活
|
//这是rtcp心跳包,说明播放器还存活
|
||||||
m_ticker.resetTime();
|
m_ticker.resetTime();
|
||||||
TraceL << "rtcp:" << (iTrackIdx-1)/2 ;
|
//TraceL << "rtcp:" << (iTrackIdx-1)/2 ;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user