mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2026-03-11 00:20:54 +08:00
修复编译bug
This commit is contained in:
@@ -366,7 +366,7 @@ void RtspSession::onAuthSuccess() {
|
||||
if (strongSelf->_aTrackInfo.empty()) {
|
||||
//该流无效
|
||||
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;
|
||||
}
|
||||
strongSelf->_strSession = makeRandStr(12);
|
||||
|
||||
Reference in New Issue
Block a user