修正错误注释

This commit is contained in:
ziyue 2022-01-10 17:00:25 +08:00
parent f5efd232a9
commit 1dabc22347

View File

@ -236,7 +236,7 @@ void RtspSession::handleReq_ANNOUNCE(const Parser &parser) {
//尝试断连后继续推流
auto rtsp_src = dynamic_pointer_cast<RtspMediaSourceImp>(src);
if (!rtsp_src) {
//源不是rtmp推流产生的
//源不是rtsp推流产生的
break;
}
auto ownership = rtsp_src->getOwnership();