mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2026-07-01 07:22:23 +08:00
暂时屏蔽一些日志
This commit is contained in:
@@ -133,6 +133,11 @@ void RtcpHeader::net2Host(size_t len){
|
||||
bye->net2Host(len);
|
||||
break;
|
||||
}
|
||||
|
||||
case RtcpType::RTCP_RTPFB: {
|
||||
//todo 支持rtcp-fb相关功能
|
||||
break;
|
||||
}
|
||||
default: throw std::runtime_error(StrPrinter << "未处理的rtcp包:" << rtcpTypeToStr((RtcpType) this->pt));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user