getStreamServersList 接口

获取推流服务器列表。

请求方式

POST/GET http://ip/V1.0/stream/getStreamServersList

请求数据

NULL

返回数据

{
  "serverList": [
    {
      "id": 1728357437257,
      "isConfigured": false,
      "name": "抖音",
      "type": 7
    },
    {
      "id": 1728357437258,
      "isConfigured": false,
      "name": "RTMP Server",
      "type": 4
    },
    {
      "id": 1728357437259,
      "isConfigured": false,
      "name": "SRT Caller",
      "type": 5
    }
  ],
  "totalCount": 3,
  "message": "SUCCESS",
  "status": 0
}

HTTP Status Code

参数 类型 说明
status Int 业务状态码
0:成功
message String 业务状态描述
totalCount Int 推流服务器总数
serverList Array of StreamConfigInfo 推流服务器配置数据列表
StreamConfigInfo
参数 类型 说明
id Int 推流服务器唯一标识
name String 推流服务器名称
type Int 推流服务器类型
4:RTMP;5:SRT;7:抖音
isConfigured Boolean 是否为完整有效的推流服务器配置
false:否;true:是

与“”相关结果约

    找不到与“”相关的结果