addStreamProxy接口支持超时参数

This commit is contained in:
xia-chu
2021-04-30 18:01:48 +08:00
parent 3da874b6a1
commit af59fdeb86
2 changed files with 15 additions and 0 deletions

View File

@@ -512,6 +512,12 @@
"value": null,
"description": "rtsp拉流时拉流方式0tcp1udp2组播",
"disabled": true
},
{
"key": "timeout_sec",
"value": "10",
"description": "拉流超时时间单位秒float类型",
"disabled": true
}
]
}