Documentation for Axxon PSIM 1.0.0-1.0.1.

Previous page Working with video streams  GetLiveUrl request Next page


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:

{
"rtspurl": "rtsp://deviceladdress/somearchivemediastream?somedatetimetoken"
}
  • No labels