mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2024-11-26 04:31:37 +08:00
修正拼写错误
This commit is contained in:
parent
81c757a0dc
commit
5ad4103ce0
@ -382,7 +382,7 @@ void RtspSession::onAuthSuccess() {
|
||||
//该流无效
|
||||
DebugL << "无trackInfo,该流无效";
|
||||
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;
|
||||
}
|
||||
strongSelf->_strSession = makeRandStr(12);
|
||||
|
Loading…
Reference in New Issue
Block a user