mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2026-07-07 12:18:12 +08:00
初步完成TWCC包的解析
This commit is contained in:
@@ -144,8 +144,8 @@ void RtcpHeader::net2Host(size_t len){
|
||||
}
|
||||
|
||||
case RtcpType::RTCP_RTPFB: {
|
||||
//todo 支持rtcp-fb相关功能
|
||||
net2Host();
|
||||
RtcpPli *pli = (RtcpPli *)this;
|
||||
pli->net2Host(len);
|
||||
break;
|
||||
}
|
||||
default: throw std::runtime_error(StrPrinter << "未处理的rtcp包:" << rtcpTypeToStr((RtcpType) this->pt));
|
||||
|
||||
Reference in New Issue
Block a user