mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2026-03-16 11:00:52 +08:00
完善FCI相关代码
This commit is contained in:
@@ -557,7 +557,6 @@ void WebRtcTransportImp::onRtcp(const char *buf, size_t len) {
|
||||
FCI_TWCC *twcc = (FCI_TWCC *) (fci);
|
||||
auto fci_size = rtpfb->getSize() - 12;
|
||||
InfoL << hexdump(fci, fci_size);
|
||||
twcc->net2Host(fci_size);
|
||||
InfoL << "\n" << twcc->dumpString(fci_size);
|
||||
}
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user