RTStream
Get RTStream playback URL
get/rtstream/{stream_id}/stream
Path parameters
stream_idstring required
Example:rts-12345
Query parameters
startnumber
Example:1700000000
Start unix timestamp for time-based retrieval
endnumber
Example:1700003600
End unix timestamp for time-based retrieval
original_frame_rateinteger
Example:1
frame_rateinteger
Example:1
Response
Stream URL
Example response
{
"success": true,
"data": {
"stream_url": "https://stream.videodb.io/rts/12345"
}
}