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 |
---|---|---|
|
| Video with UUID |
|
| There are no streams playing back the video. |