transcoders
Fetch all VOD streams for a transcoder
(Available from version 1.5) This operation shows the details of all VOD streams associated to a specific transcoder.
get/transcoders/{id}/vod_streams
Path parameters
idstring required
The unique alphanumeric string that identifies the transcoder.
Response
Success
Example response
{
"vod_streams": [
{
"id": "wdjfqvsv",
"name": "My VOD Stream 1",
"state": "failed",
"playback_enabled": false,
"created_at": "2020-02-25T17:16:25.849Z",
"updated_at": "2020-01-28T16:06:47.849Z"
},
{
"id": "XyxZKqHO",
"name": "My VOD Stream 2",
"state": "completed",
"playback_enabled": true,
"created_at": "2020-01-29T17:16:21.849Z",
"updated_at": "2020-01-31T02:26:05.849Z"
},
{
"id": "Pz21DRSt",
"name": "My VOD Stream 3",
"state": "completed",
"playback_enabled": true,
"created_at": "2020-01-29T17:16:21.849Z",
"updated_at": "2020-01-30T18:13:18.849Z"
}
]
}