mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2026-06-13 03:31:45 +08:00
流量汇报事件添加客户端ip和端口参数
This commit is contained in:
@@ -151,7 +151,9 @@ API_EXPORT void API_CALL mk_events_listen(const mk_events *events){
|
||||
s_events.on_mk_flow_report((mk_media_info) &args,
|
||||
totalBytes,
|
||||
totalDuration,
|
||||
isPlayer);
|
||||
isPlayer,
|
||||
peerIP.c_str(),
|
||||
peerPort);
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user