Haivision Media Platform

Get Stream Information for a Video

Gets information about the specified stream for a video

Authorizations: Recordings - STREAM

Requests

GET /apis/assets/:assetId/streams/:streamId

Response

Success

{
  "data": {
    "address": "239.134.32.100",
    "port": 4900,
    "asset": "a907804b-d6d5-4328-9bd6-5aca9abbac8c",
    "username": "haiadmin",
    "id": "5e33bc64-4ff7-47aa-a7d6-562b35a9c4aa"
  }
}

Error

Code

Payload

Description

404

{"code":"040003", "name":"StreamNotFound",
"message":"Stream not found", "httpStatusCode":404}

Stream with UUID streamId was not found.