完善rtcp nack相关代码

This commit is contained in:
xia-chu
2021-04-20 17:15:01 +08:00
parent 31b6dde715
commit cce9de74d3
3 changed files with 51 additions and 0 deletions

View File

@@ -37,5 +37,10 @@ int main() {
ptr->net2Host(str.size());
InfoL << ptr->dumpString();
}
{
FCI_NACK nack(1234, vector<int>({1, 0, 0, 0, 1, 0, 1, 0, 1, 0}));
nack.net2Host();
InfoL << nack.dumpString();
}
return 0;
}