Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

GetArclliveURL - returns GetArchiveURL − returns rtsp URL of archive video stream received from video encoder for the specified camera starting from FromDateTime (and, optionally, ending at endDatetime).

General request format:

GET http://IP-address:port/getarchiveurl?cameraid={cameraid}&fromdatetime={fromdatetime}&todatetime={todatetime}

Request parameters:

Parameter

Is required

Description

cameraidYes

Camera ID

fromdatetimeYesStart time of the archive fragment in the format YYYY-MM-DDTHH:MM:SS
todatetimeNoEnd time of the archive fragment in the format YYYY-MM-DDTHH:MM:SS (if not specified, the entire archive will be given until the last record)

Request example:

Response example:

Code Block
languagexml
{
"rtspurl": "rtsp://deviceladdress/somearchivemediastream?somedatetimetoken"
}

...