v5

latestOpenAPI 3.0.3MITraw.githubusercontent.com2026-08-0112516159.5 KB
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

successboolean

Example response

{
  "success": true,
  "data": {
    "stream_url": "https://stream.videodb.io/rts/12345"
  }
}