修正拼写错误

This commit is contained in:
xiongziliang 2019-09-20 10:36:37 +08:00
parent 81c757a0dc
commit 5ad4103ce0

View File

@ -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);