mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
for #316, add codec info to stream.
This commit is contained in:
parent
8bf60895a9
commit
04f3f2a8f8
8 changed files with 286 additions and 50 deletions
|
@ -202,7 +202,7 @@ int SrsRtmpConn::do_cycle()
|
|||
ret = service_cycle();
|
||||
http_hooks_on_close();
|
||||
SrsStatistic* stat = SrsStatistic::instance();
|
||||
stat->on_close(_srs_context->get_id());
|
||||
stat->on_disconnect(_srs_context->get_id());
|
||||
|
||||
return ret;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue