Commit c1b4ccd0 by dingcan

Update RtpProcess.cpp

parent ed6c80cf
......@@ -291,6 +291,7 @@ int RtpProcess::getLossRate(MediaSource &sender, TrackType type)
if (!expected) {
return 0;
}
return help->geLostInterval() * 100 / expected;
}
}//namespace mediakit
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论