From 322ebdf4c1777c9afec1a05d7bc72428d16990c6 Mon Sep 17 00:00:00 2001 From: xiongziliang <771730766@qq.com> Date: Sun, 27 Dec 2020 21:32:56 +0800 Subject: [PATCH] =?UTF-8?q?GB28181=20=E6=94=AF=E6=8C=81=E5=90=8C=E6=97=B6?= =?UTF-8?q?=E5=A4=9A=E8=B7=AFrtp=E6=8E=A8=E6=B5=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- postman/ZLMediaKit.postman_collection.json | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/postman/ZLMediaKit.postman_collection.json b/postman/ZLMediaKit.postman_collection.json index a45b60d1..f4c88c3e 100644 --- a/postman/ZLMediaKit.postman_collection.json +++ b/postman/ZLMediaKit.postman_collection.json @@ -1150,7 +1150,7 @@ { "key": "ssrc", "value": "1", - "description": "rtp的ssrc" + "description": "rtp推流的ssrc,ssrc不同时,可以推流到多个上级服务器" }, { "key": "dst_url", @@ -1166,6 +1166,12 @@ "key": "is_udp", "value": "0", "description": "是否为udp模式,否则为tcp模式" + }, + { + "key": "src_port", + "value": "0", + "description": "指定tcp/udp客户端使用的本地端口,0时为随机端口,该参数非必选参数,不传时为随机端口。", + "disabled": true } ] } @@ -1207,6 +1213,12 @@ "key": "stream", "value": "obs", "description": "流id,例如 obs" + }, + { + "key": "ssrc", + "value": "", + "description": "根据ssrc关停某路rtp推流,不传时关闭所有推流", + "disabled": true } ] }