mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2026-03-04 05:00:54 +08:00
新增动态更新rtp server过滤ssrc接口updateRtpServerSSRC(#2390)
This commit is contained in:
@@ -1488,6 +1488,42 @@
|
||||
},
|
||||
"response": []
|
||||
},
|
||||
{
|
||||
"name": "更新RTP服务器过滤SSRC(updateRtpServerSSRC)",
|
||||
"request": {
|
||||
"method": "GET",
|
||||
"header": [],
|
||||
"url": {
|
||||
"raw": "{{ZLMediaKit_URL}}/index/api/updateRtpServerSSRC?secret={{ZLMediaKit_secret}}&stream_id=test&ssrc=123456",
|
||||
"host": [
|
||||
"{{ZLMediaKit_URL}}"
|
||||
],
|
||||
"path": [
|
||||
"index",
|
||||
"api",
|
||||
"updateRtpServerSSRC"
|
||||
],
|
||||
"query": [
|
||||
{
|
||||
"key": "secret",
|
||||
"value": "{{ZLMediaKit_secret}}",
|
||||
"description": "api操作密钥(配置文件配置),如果操作ip是127.0.0.1,则不需要此参数"
|
||||
},
|
||||
{
|
||||
"key": "stream_id",
|
||||
"value": "test",
|
||||
"description": "该端口绑定的流id"
|
||||
},
|
||||
{
|
||||
"key": "ssrc",
|
||||
"value": "123456",
|
||||
"description": "十进制ssrc"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"response": []
|
||||
},
|
||||
{
|
||||
"name": "暂停RTP超时检查(pauseRtpCheck)",
|
||||
"request": {
|
||||
|
||||
Reference in New Issue
Block a user