From 8b7c792e446611f7cbde3d9923da1cfd1ac73138 Mon Sep 17 00:00:00 2001 From: xiongziliang <771730766@qq.com> Date: Thu, 1 Oct 2020 14:45:43 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- postman/ZLMediaKit.postman_collection.json | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) diff --git a/postman/ZLMediaKit.postman_collection.json b/postman/ZLMediaKit.postman_collection.json index b20e2b4d..3b1d5a43 100644 --- a/postman/ZLMediaKit.postman_collection.json +++ b/postman/ZLMediaKit.postman_collection.json @@ -463,16 +463,6 @@ "value": "rtmp://live.hkstv.hk.lxdns.com/live/hks2", "description": "拉流地址,例如rtmp://live.hkstv.hk.lxdns.com/live/hks2" }, - { - "key": "enable_rtsp", - "value": "1", - "description": "是否转rtsp" - }, - { - "key": "enable_rtmp", - "value": "1", - "description": "是否转rtmp" - }, { "key": "enable_hls", "value": null, @@ -555,7 +545,7 @@ }, { "key": "dst_url", - "value": "rtmp://10.8.9.115:8554/live/hks2", + "value": "rtmp://127.0.0.1/live/hks2", "description": "FFmpeg rtmp推流地址,一般都是推给自己,例如rtmp://127.0.0.1/live/stream_form_ffmpeg" }, { @@ -780,7 +770,7 @@ { "key": "customized_path", "value": null, - "description": "录像保存目录" + "description": "录像文件保存自定义根目录,为空则采用配置文件设置" } ] }