mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2026-06-12 19:24:22 +08:00
startSendRtp接口支持rtcp接收超时主动停止
This commit is contained in:
@@ -1562,6 +1562,12 @@
|
||||
"value": "1",
|
||||
"description": "rtp es方式打包时,是否只打包音频,该参数非必选参数",
|
||||
"disabled": true
|
||||
},
|
||||
{
|
||||
"key": "udp_rtcp_timeout",
|
||||
"value": "0",
|
||||
"description": "udp方式推流时,是否开启rtcp发送和rtcp接收超时判断,开启后(默认关闭),如果接收rr rtcp超时,将导致主动停止rtp发送",
|
||||
"disabled": true
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user