获取推、拉流容器列表
接口
获取推拉流容器列表
GET /api/v3/activity/:id/stream-jobs获取拉流容器列表【推荐】
获取推流容器列表【推荐】
授权
请求 header
Authorization: Bearer <accessToken>
Content-Type: application/json注:请将上方的 <accessToken> 替换为分配给您的秘钥串。关于如何获取 accessToken ,请咨询杨经理(18968187008)。
参数
参数
参数类型
参数说明
是否必填
type
enum<pull, push>
pull 表示拉流容器,push 表示推流容器
否
请求样例
curl -H 'authorization: bearer <accessToken>' shangzhibo.tv/api/v3/activity/8930091/stream-jobs响应
参数
参数类型
参数说明
id
integer
容器 id
activityId
string
活动 id
type
enum<pull, push>
pull 表示拉流容器,push 表示推流容器
status
enum<active, passive>
active 表示容器已经开启,passive 表示容器已经关闭
createdAt
string
创建时间
updatedAt
string
更新时间
响应样例
[
  {
    "id": 21524,
    "activityId": "349392",
    "type": "pull",
    "party": "",
    "address": "https://doc.shangzhibo.tv/client/user/105131/1587463656049/1587463656049.mp4",
    "status": "passive",
    "pid": 19209,
    "provider": "luffy",
    "createdAt": "2020-06-03T08:44:19.000Z",
    "updatedAt": "2020-06-03T08:54:15.000Z"
  },
  {
    "id": 21526,
    "activityId": "349392",
    "type": "push",
    "party": "owner",
    "address": "rtmp://push.shangzhibo.tv/onelive/test",
    "status": "passive",
    "pid": 19213,
    "provider": "luffy",
    "createdAt": "2020-06-03T08:50:51.000Z",
    "updatedAt": "2020-06-03T08:54:04.000Z"
  },
  {
    "id": 21527,
    "activityId": "349392",
    "type": "push",
    "party": "owner",
    "address": "rtmp://push.shangzhibo.tv/onelive/test",
    "status": "passive",
    "pid": null,
    "provider": "luffy",
    "createdAt": "2020-06-03T09:06:09.000Z",
    "updatedAt": "2020-06-03T09:06:09.000Z"
  },
  {
    "id": 21528,
    "activityId": "349392",
    "type": "push",
    "party": "owner",
    "address": "rtmp://push.shangzhibo.tv/onelive/test",
    "status": "passive",
    "pid": null,
    "provider": "luffy",
    "createdAt": "2020-06-03T09:06:24.000Z",
    "updatedAt": "2020-06-03T09:06:24.000Z"
  }
]最后更新于
这有帮助吗?
