mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2024-11-23 03:10:04 +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 = (uint8_t *)&ssrc_media + sizeof(ssrc_media);
|
||||||
auto fci_len = getSize() - sizeof(RtcpFB);
|
auto fci_len = getSize() - sizeof(RtcpFB);
|
||||||
if (fci_len) {
|
if (fci_len) {
|
||||||
|
switch ((RtcpType) pt) {
|
||||||
|
case RtcpType::RTCP_PSFB : {
|
||||||
|
break;
|
||||||
|
}
|
||||||
|
case RtcpType::RTCP_RTPFB : {
|
||||||
|
break;
|
||||||
|
}
|
||||||
|
}
|
||||||
printer << "fci:" << hexdump(fci, fci_len);
|
printer << "fci:" << hexdump(fci, fci_len);
|
||||||
}
|
}
|
||||||
return std::move(printer);
|
return std::move(printer);
|
||||||
|
Loading…
Reference in New Issue
Block a user