mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2026-06-12 19:24:22 +08:00
startSendRtpPassive接口新增连接超时参数:close_delay_ms
This commit is contained in:
@@ -1755,6 +1755,12 @@
|
||||
"value": "",
|
||||
"description": "发送rtp同时接收,一般用于双向语言对讲, 如果不为空,说明开启接收,值为接收流的id",
|
||||
"disabled": true
|
||||
},
|
||||
{
|
||||
"key": "close_delay_ms",
|
||||
"value": "5000",
|
||||
"description": "等待tcp连接超时时间,单位毫秒,默认5000毫秒",
|
||||
"disabled": true
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user