RTStream
Export RTStream recording as VideoDB asset
post/rtstream/{stream_id}/export
Path parameters
stream_idstring required
Example:rts-12345
Request body
Example request
{
"name": "Exported Recording"
}Response
Recording exported
Example response
{
"success": true,
"data": {
"video_id": "m-12345",
"name": "Exported Recording",
"stream_url": "https://stream.videodb.io/v/12345",
"player_url": "https://console.videodb.io/player/12345",
"duration": 123.45
}
}