流量统计添加isPlayer参数

This commit is contained in:
xiongziliang
2019-05-20 17:46:06 +08:00
parent f9f487bf61
commit fbead02868
5 changed files with 7 additions and 1 deletions

View File

@@ -164,6 +164,7 @@ void HttpSession::onError(const SockException& err) {
_mediaInfo,
_ui64TotalBytes,
_ticker.createdTime()/1000,
true,
*this);
}
}