From 9ae6abfbf45e359cc28e51d3f5e2554a5d4ca6c1 Mon Sep 17 00:00:00 2001 From: xiongziliang <771730766@qq.com> Date: Sat, 12 Mar 2022 15:15:52 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0addStreamProxy=E6=8E=A5?= =?UTF-8?q?=E5=8F=A3postman=E9=85=8D=E7=BD=AE=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- postman/ZLMediaKit.postman_collection.json | 80 ++++++++++++++++++---- 1 file changed, 67 insertions(+), 13 deletions(-) diff --git a/postman/ZLMediaKit.postman_collection.json b/postman/ZLMediaKit.postman_collection.json index 4e2945fa..ee80aa49 100644 --- a/postman/ZLMediaKit.postman_collection.json +++ b/postman/ZLMediaKit.postman_collection.json @@ -495,18 +495,6 @@ "value": "rtmp://live.hkstv.hk.lxdns.com/live/hks2", "description": "拉流地址,例如rtmp://live.hkstv.hk.lxdns.com/live/hks2" }, - { - "key": "enable_hls", - "value": null, - "description": "是否转hls", - "disabled": true - }, - { - "key": "enable_mp4", - "value": null, - "description": "是否mp4录制", - "disabled": true - }, { "key": "rtp_type", "value": null, @@ -521,9 +509,75 @@ }, { "key": "retry_count", - "value": null, + "value": "", "description": "拉流重试次数,不传此参数或传值<=0时,则无限重试", "disabled": true + }, + { + "key": "enable_hls", + "value": null, + "description": "是否转hls", + "disabled": true + }, + { + "key": "enable_mp4", + "value": null, + "description": "是否mp4录制", + "disabled": true + }, + { + "key": "enable_rtsp", + "value": "1", + "description": "是否转协议为rtsp/webrtc", + "disabled": true + }, + { + "key": "enable_rtmp", + "value": "1", + "description": "是否转协议为rtmp/flv", + "disabled": true + }, + { + "key": "enable_ts", + "value": "1", + "description": "是否转协议为http-ts/ws-ts", + "disabled": true + }, + { + "key": "enable_fmp4", + "value": "1", + "description": "是否转协议为http-fmp4/ws-fmp4", + "disabled": true + }, + { + "key": "enable_audio", + "value": "1", + "description": "转协议是否开启音频", + "disabled": true + }, + { + "key": "add_mute_audio", + "value": "1", + "description": "转协议无音频时,是否添加静音aac音频", + "disabled": true + }, + { + "key": "mp4_save_path", + "value": null, + "description": "mp4录制保存根目录,置空使用默认目录", + "disabled": true + }, + { + "key": "mp4_max_second", + "value": "1800", + "description": "mp4录制切片大小,单位秒", + "disabled": true + }, + { + "key": "hls_save_path", + "value": null, + "description": "hls保存根目录,置空使用默认目录", + "disabled": true } ] }