修正拼写错误
This commit is contained in:
parent
81c757a0dc
commit
5ad4103ce0
|
|
@ -382,7 +382,7 @@ void RtspSession::onAuthSuccess() {
|
||||||
//该流无效
|
//该流无效
|
||||||
DebugL << "无trackInfo,该流无效";
|
DebugL << "无trackInfo,该流无效";
|
||||||
strongSelf->send_StreamNotFound();
|
strongSelf->send_StreamNotFound();
|
||||||
strongSelf->shutdown(SockException(Err_shutdown,"can not find any availabe track in sdp"));
|
strongSelf->shutdown(SockException(Err_shutdown,"can not find any available track in sdp"));
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
strongSelf->_strSession = makeRandStr(12);
|
strongSelf->_strSession = makeRandStr(12);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue