- 接口使用说明
- ilink
- 工作流
- 智能体
获取设备流地址
POST
/api/smsload/task/v1/stream/address
请求参数
Header 参数
linker-sign
string
接口签名
Body 参数application/json
device_info
array [object {5}]
必需
device_unicode
string
需要获取流的设备
channel
string
可选
player_url_type
integer
必需
start_time
string
可选
end_time
string
可选
示例
{
"device_info": [
{
"device_unicode": "string",
"channel": "string",
"player_url_type": 0,
"start_time": "string",
"end_time": "string"
}
]
}
返回响应
🟢200成功
application/json
Body
code
string
必需
message
string
必需
data
array [object {8}]
必需
device_unicode
string
设备唯一码
stream_status
integer
必需
stream_addr
string
必需
player_url_type
integer
必需
code
string
操作流失败的错误码
message
string
必需
platfrom_id
string
必需
stream_id
string
必需
示例
{
"code": "64",
"message": "操作成功",
"data": [
{
"device_unicode": "27",
"stream_status": 68,
"stream_addr": "rtsp://xxxxxx",
"player_url_type": 95,
"code": "16",
"message": "操作成功",
"platfrom_id": "48",
"stream_id": "33"
}
]
}
修改于 2025-06-13 07:00:46