Documentation for Axxon Next 3.6.4. Documentation for other versions of Axxon Next is [available too].

Previous page Next page

GET http://IP-Address:8000/asip-api/archive/media/VIDEOSOURCEID/STARTTIME?parameters,

where STARTTIME – time in ISO format.

Attention!

Set the timezone to UTC+0

Parameters:

speed – playback speed, can be negative.

format - parameter values are 'mjpeg', 'webm', 'h264 or 'rtsp'. If the format is not specified, 'rtsp' is selected or it is not recognized, then the native format is selected by server to prevent additional encoding. If the native format is not supported by client, server selects WebM.

If neither of parameters is specified, the speed is equal to 0, JPEG format is selected and the request is handled as a request to review video footage by frames.

id – unique identifier of archive stream (optional). Used to get stream info or control the stream.

w – frame width.

h – frame height.

Sample request:

GET http://IP-Address:8000/asip-api/archive/media/HOSTNAME/DeviceIpint.23/SourceEndpoint.video:0:0/20110608T060141.375?format=rtsp&speed=1&w=640&h=480

Assign ID to the stream to receive information about this stream.

http://IP-Address:8000/asip-api/archive/media/VIDEOSOURCEID/STARTTIME/20140723T120000.000?format=rtsp&speed=1&w=640&h=480&id=f03c6ccf-b181-4844-b09c-9a19e6920fd3

It is possible to use other values consisting of latin letters and digits. It is recommended to use the uuid function (see Get unique identifier).

  • No labels