mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
add srs bytes and kbps to api summaries. 0.9.126
This commit is contained in:
parent
8fabd5d987
commit
6ee2ba049b
17 changed files with 325 additions and 36 deletions
|
@ -511,6 +511,23 @@ SrsHttpConn::~SrsHttpConn()
|
|||
srs_freep(parser);
|
||||
}
|
||||
|
||||
void SrsHttpConn::kbps_resample()
|
||||
{
|
||||
// TODO: FIXME: implements it
|
||||
}
|
||||
|
||||
int64_t SrsHttpConn::get_send_bytes_delta()
|
||||
{
|
||||
// TODO: FIXME: implements it
|
||||
return 0;
|
||||
}
|
||||
|
||||
int64_t SrsHttpConn::get_recv_bytes_delta()
|
||||
{
|
||||
// TODO: FIXME: implements it
|
||||
return 0;
|
||||
}
|
||||
|
||||
int SrsHttpConn::do_cycle()
|
||||
{
|
||||
int ret = ERROR_SUCCESS;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue