mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2024-11-22 10:40:05 +08:00
等待添加fci相关适配代码
This commit is contained in:
parent
8702ad101b
commit
fbc8c2286e
@ -496,6 +496,14 @@ string RtcpFB::dumpString() const {
|
||||
auto fci = (uint8_t *)&ssrc_media + sizeof(ssrc_media);
|
||||
auto fci_len = getSize() - sizeof(RtcpFB);
|
||||
if (fci_len) {
|
||||
switch ((RtcpType) pt) {
|
||||
case RtcpType::RTCP_PSFB : {
|
||||
break;
|
||||
}
|
||||
case RtcpType::RTCP_RTPFB : {
|
||||
break;
|
||||
}
|
||||
}
|
||||
printer << "fci:" << hexdump(fci, fci_len);
|
||||
}
|
||||
return std::move(printer);
|
||||
|
Loading…
Reference in New Issue
Block a user