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

« Previous Version 2 Current »

GetLiveUrl - returns rtsp URL of “live” video stream for the specified camera.

General request format:

GET http://IP-address:port/getliveurl?cameraid={cameraid}

Request parameters:

Parameter

Is required

Description

cameraidYes

Camera ID

Example request:

Example response:

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


  • No labels