Documentation for Intellect 4.10.4. 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 »

In the section:
 

GetLiveUrl(CameraId)

GET

http://example.com:[port]/getliveurl?cameгaid=1

Returns rtsp URL of “live” video stream for the specified camera.

Example:

GET http://192.168.15.182:8095/getliveurl?cameгaid=1

Response

{

"rtspurl": "rtsp://device-address/somelivemediastream0"

}

GetArclliveURL(CameraId, FromDаtеtimе, ТоDаtеtimе)

GET

http://example.com:[port]/getaгchiveuгl?cameгaid=1&fгomdatetime=2014-10-01T00:00:00&todatetime=2014-10-01Т01:20:05

Returns rtsp URL of archive video stream received from video encoder for the specified camera starting from FromDateTime (and, optionally, ending at ЕпdDаtеТimе).

Example:

GЕТ http://192.168.15.182:8095/getaгchiveuгl?cameгaid=1&fгomdatetime=2014-10-01T00:00:00&todatetime=2014-10-01Т01:20:05

Response

{

"rtspurl": "rtsp://devicelаddгеss/sоmеагсhivemediastream?somedatetimetoken"

}

  • No labels