Commit 5ad4103c by xiongziliang

修正拼写错误

parent 81c757a0
......@@ -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);
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论