Commit 75a40daa by xiongziliang

修复rtsp组播相关bug

更新ZLToolKit(优化性能)
parent c570ffbd
...@@ -74,7 +74,7 @@ static int kSockFlags = SOCKET_DEFAULE_FLAGS | FLAG_MORE; ...@@ -74,7 +74,7 @@ static int kSockFlags = SOCKET_DEFAULE_FLAGS | FLAG_MORE;
RtspSession::RtspSession(const Socket::Ptr &pSock) : TcpSession(pSock) { RtspSession::RtspSession(const Socket::Ptr &pSock) : TcpSession(pSock) {
//设置15秒发送超时时间 //设置15秒发送超时时间
pSock->setSendTimeOutSecond(45); pSock->setSendTimeOutSecond(15);
DebugL << get_peer_ip(); DebugL << get_peer_ip();
} }
...@@ -628,7 +628,7 @@ bool RtspSession::handleReq_Setup(const Parser &parser) { ...@@ -628,7 +628,7 @@ bool RtspSession::handleReq_Setup(const Parser &parser) {
if(!strongSelf) { if(!strongSelf) {
return; return;
} }
strongSelf->shutdown(); strongSelf->safeShutdown();
}); });
} }
int iSrvPort = _pBrdcaster->getPort(trackRef->_type); int iSrvPort = _pBrdcaster->getPort(trackRef->_type);
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论