Commit 1faeda2f by xiongziliang

修复bug

parent dfe213ab
...@@ -242,6 +242,9 @@ bool RtspSession::handleReq_Describe() { ...@@ -242,6 +242,9 @@ bool RtspSession::handleReq_Describe() {
} }
//恢复现场 //恢复现场
strongSelf->_parser = parserCopy; strongSelf->_parser = parserCopy;
char tmp[2 * 1024];
strongSelf->_pcBuf = tmp;
if(!success){ if(!success){
//未找到相应的MediaSource //未找到相应的MediaSource
strongSelf->send_StreamNotFound(); strongSelf->send_StreamNotFound();
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论