Show live stream
GET
/live-streams/{liveStreamId}
Live
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://ws.api.video/live-streams/li400mYKSgQ6xs7taUeSaEKr'
Response Response Example
{
"assets": {
"hls": "https://live.api.video/li400mYKSgQ6xs7taUeSaEKr.m3u8",
"iframe": "<iframe src=\"https://embed.api.video/live/li400mYKSgQ6xs7taUeSaEKr\" width=\"100%\" height=\"100%\" frameborder=\"0\" scrolling=\"no\" allowfullscreen=\"\"></iframe>",
"player": "https://embed.api.video/live/li400mYKSgQ6xs7taUeSaEKr",
"thumbnail": "https://cdn.api.video/live/li400mYKSgQ6xs7taUeSaEKr/thumbnail.jpg"
},
"broadcasting": false,
"createdAt": "2020-01-31T10:17:47.000Z",
"liveStreamId": "li400mYKSgQ6xs7taUeSaEKr",
"name": "Live Stream From the browser",
"public": true,
"record": true,
"streamKey": "30087931-229e-42cf-b5f9-e91bcc1f7332",
"updatedAt": "2020-03-09T13:19:43.000Z"
}
Request
Path Params
liveStreamId
string
required
Example:
li400mYKSgQ6xs7taUeSaEKr
Responses
Modified at 2023-08-15 05:52:15