Commit c38521aa by xiongziliang

修复编译bug

parent db0611de
...@@ -366,7 +366,7 @@ void RtspSession::onAuthSuccess() { ...@@ -366,7 +366,7 @@ void RtspSession::onAuthSuccess() {
if (strongSelf->_aTrackInfo.empty()) { if (strongSelf->_aTrackInfo.empty()) {
//该流无效 //该流无效
strongSelf->send_StreamNotFound(); strongSelf->send_StreamNotFound();
strongSelf->shutdown(SockException(Err_shutdown,"can not find any availabe track in sdp:" << strongSelf->_strSdp)); strongSelf->shutdown(SockException(Err_shutdown,"can not find any availabe track in sdp"));
return; return;
} }
strongSelf->_strSession = makeRandStr(12); strongSelf->_strSession = makeRandStr(12);
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论