Documentation for Axxon One 2.0. Documentation for other versions of Axxon One is available too.

Previous page Next page

On the page:

General information

MethodURLDescription
GET/stream-info/{Node}/{Device}/{SourceEndpoint} |Returns information about the video stream type for the specified camera. Used by the web client when initializing the camera to create a command for requesting a stream

Request parameters

ParameterMandatoryDescription
Node YesNode ID
DeviceDevice (camera) ID
SourceEndpointVideo stream source ID

Request example

GET http://localhost/stream-info/SERVER/DeviceIpint.2/SourceEndpoint.video:0:0

Response example

{
  "stream-type": "H264"
}

Response parameters

ParameterDescription
stream-typeVideo stream type (for example, H264)
  • No labels