Commit 9ae6abfb by xiongziliang

更新addStreamProxy接口postman配置文件

parent 3c99b3af
......@@ -496,6 +496,24 @@
"description": "拉流地址,例如rtmp://live.hkstv.hk.lxdns.com/live/hks2"
},
{
"key": "rtp_type",
"value": null,
"description": "rtsp拉流时,拉流方式,0:tcp,1:udp,2:组播",
"disabled": true
},
{
"key": "timeout_sec",
"value": "10",
"description": "拉流超时时间,单位秒,float类型",
"disabled": true
},
{
"key": "retry_count",
"value": "",
"description": "拉流重试次数,不传此参数或传值<=0时,则无限重试",
"disabled": true
},
{
"key": "enable_hls",
"value": null,
"description": "是否转hls",
......@@ -508,21 +526,57 @@
"disabled": true
},
{
"key": "rtp_type",
"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": "rtsp拉流时,拉流方式,0:tcp,1:udp,2:组播",
"description": "mp4录制保存根目录,置空使用默认目录",
"disabled": true
},
{
"key": "timeout_sec",
"value": "10",
"description": "拉流超时时间,单位秒,float类型",
"key": "mp4_max_second",
"value": "1800",
"description": "mp4录制切片大小,单位秒",
"disabled": true
},
{
"key": "retry_count",
"key": "hls_save_path",
"value": null,
"description": "拉流重试次数,不传此参数或传值<=0时,则无限重试",
"description": "hls保存根目录,置空使用默认目录",
"disabled": true
}
]
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论