Get the live stream metadata for a video

Supported Formats

json

Errors

Code Description
400 Bad Request: body has wrong syntax or unable to handle request
401 Unauthorized: auth_token omitted or authentication failed
403 Forbidden: This action cannot be performed
404 Not Found: The requested resource could not be found
406 Not Acceptable: Accept or Content-Type headers must be application/json, text/csv or application/vnd.openxmlformats-officedocument.spreadsheetml.sheet

Examples

REQUEST
Accept: application/json

RESPONSE
200 (OK)
{
  "id": 1
  "video_id": 9692308,
  "air_date": "2015-12-03 20:45:23",
  "ingest_url": "rtmp://live.vidyard.io:1935/live",
  "stream_key": "f437732710546d1f22a939e12d4a950b",
  "email": "g.raymond@bigdata.com",
  "segment_length": 10,
  "start_time": 0,
  "end_time": 0,
  "has_redundant_streams": null,
  "backup_url": null,
  "backup_key": null,
  "channel_style": true,
  "status": "offline"
}

Params

Param name Description
auth_token
optional

API token needed to authorize requests
This can appear as an attribute in the body of the request or the query parameters on the URL

Validations:

  • Must be a String