Skip to main content

Get a Stream List Started from a Video

Gets a list of streams that play back the specified video on the network. 

Authorizations: Recordings - STREAM

Requests

GET /apis/assets/:assetId/streams

Response

Success

{
"data": [
  {
    "address": "239.134.32.100",
    "port": 4900,
    "asset": "a907804b-d6d5-4328-9bd6-5aca9abbac8c",
    "username": "haiadmin",
    "id": "02f4344f-35cc-455f-bcfd-1b316550a87c"
  }
],
"paging": {
  "results": 1,
  "pageSize": 15
}
}

Error

Code

Payload

Description

404
{"code":"040002", "name":"AssetNotFound",
"message":"Video not found", "httpStatusCode":404}

Video with UUID Id not found.

404
{"code":"040012","name":"NoResults",
"message":"No results", "httpStatusCode":404}

There are no streams playing back the video.

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.