mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2026-06-12 19:24:22 +08:00
openrtpserver接口新增ssrc参数,强制过滤不属于本端口的视频流,以解决视频串流问题 (#1572)
This commit is contained in:
@@ -1293,7 +1293,14 @@
|
||||
{
|
||||
"key": "re_use_port",
|
||||
"value": "0",
|
||||
"description": "是否重用端口,默认为0,非必选参数"
|
||||
"description": "是否重用端口,默认为0,非必选参数",
|
||||
"disabled": true
|
||||
},
|
||||
{
|
||||
"key": "ssrc",
|
||||
"value": "0",
|
||||
"description": "是否指定收流的rtp ssrc, 十进制数字,不指定或指定0时则不过滤rtp,非必选参数",
|
||||
"disabled": true
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user