行业视频管理服务 IVM-获取实况地址统一接口:请求示例

时间:2024-10-31 19:06:28

请求示例

获取实况地址请求:

POST /v2/123456789*****/devices/channels/media/live-connections

{
     "expire_time":30,
     "use_times":0,
     "channels": [
        {
            "channel_id": "0",
            "device_id": "219123456CYP***",
            "live_protocol":"HOLO",
            "stream_type": "SECONDARY_STREAM_1"
        },
	{
            "channel_id": "1",
            "device_id": "219123456CYP***",
            "live_protocol":"HOLO",
            "stream_type": "PRIMARY_STREAM"
        }
    ]
}
support.huaweicloud.com/api-ivm/ivm_03_0052.html