mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2026-07-07 04:08:13 +08:00
on_publish hook新增continue_push_ms参数,用于断连续推延时控制
This commit is contained in:
@@ -89,6 +89,8 @@ private:
|
||||
private:
|
||||
bool _set_meta_data = false;
|
||||
double _recv_req_id = 0;
|
||||
//断连续推延时
|
||||
uint32_t _continue_push_ms = 0;
|
||||
//消耗的总流量
|
||||
uint64_t _total_bytes = 0;
|
||||
std::string _tc_url;
|
||||
|
||||
Reference in New Issue
Block a user