v1
latestOpenAPI 3.1.02026-07-24650272.2 KBAPI Endpoints
Create Live Asset
A live asset refers to a media content/video that is live-streamed through Gumlet. This endpoint creates a live streaming asset allowing users to live stream a video that will be pushed to Gumlet.
post/video/live/assets
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/68c3da5947f9ad0c0d513fe2/thumbnail-preparing.png",
"disconnected": "https://stream.gumlet.io/67e4ecea403562dbea654269/68c3da5947f9ad0c0d513fe2/thumbnail-disconnected.png",
"end": "https://stream.gumlet.io/67e4ecea403562dbea654269/68c3da5947f9ad0c0d513fe2/thumbnail-end.png"
},
"created_at": 1636970849188,
"updated_at": 1636970849188
}