mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2026-06-15 20:45:57 +08:00
Add network traffic statistics (#4239)
Co-authored-by: xiongguangjie <xiong_panda@163.com> Co-authored-by: xia-chu <771730766@qq.com>
This commit is contained in:
@@ -112,5 +112,13 @@ void SrtPusher::doPublish() {
|
||||
});
|
||||
}
|
||||
|
||||
size_t SrtPusher::getSendSpeed() {
|
||||
return SrtCaller::getSendSpeed();
|
||||
}
|
||||
|
||||
size_t SrtPusher::getSendTotalBytes() {
|
||||
return SrtCaller::getSendTotalBytes();
|
||||
}
|
||||
|
||||
} /* namespace mediakit */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user