v1
latestOpenAPI 3.1.02026-07-24650272.2 KBAPI Endpoints
Update Live Asset
A live asset refers to a media content/video that is live-streamed through Gumlet. This endpoint allows user to update a live streaming asset.
post/video/live/assets/update
Request body
Response
200
Example response
{
"status": "created",
"stream_key": "619231610822a81d955d22f4",
"live_asset_id": "619231610822a81d955d22f3",
"live_video_source_id": "6165247368d80232d28d4379",
"input": {
"resolution": [
"720p"
]
},
"stream_url": "rtmp://livestream-ingest.gumlet.io:1935/app/619231610822a81d955d22f4",
"output": {
"playback_url": "https://video.gumlet.io/6165247368d80232d28d4379/619231610822a81d955d22f3/master.m3u8"
},
"thumbnail": {
"preparing": "https://stream.gumlet.io/67e4ecea403562dbea654269/68c6d4b8d2b638a10ef3e043/thumbnail-preparing.png",
"disconnected": "https://stream.gumlet.io/67e4ecea403562dbea654269/68c6d4b8d2b638a10ef3e043/thumbnail-disconnected.png",
"end": "https://stream.gumlet.io/67e4ecea403562dbea654269/68c6d4b8d2b638a10ef3e043/thumbnail-end.png"
},
"created_at": 1636970849188,
"updated_at": 1636970849188
}