修复编译bug
This commit is contained in:
parent
db0611de91
commit
c38521aa0e
|
|
@ -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);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue