live_streams
Fetch the thumbnail URL of a live stream
This operation shows the thumbnail URL of a started live stream.
get/live_streams/{id}/thumbnail_url
Path parameters
idstring required
The unique alphanumeric string that identifies the live stream.
Response
Success
Example response
{
"live_stream": {
"thumbnail_url": "https://cloud.wowza.com/proxy/stats/?target=10.11.12.13&app=app-B8P6K226&stream=99b62146@130135.stream&media=json"
}
}