Documentation for Intellect 4.11.0-4.11.3. Documentation for other versions of Intellect is available too.

Previous page Next page


You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

GetArclliveURL - 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)

Example request:

Example response:

{
"rtspurl": "rtsp://deviceladdress/somearchivemediastream?somedatetimetoken"
}


  • No labels