Go to documentation repository
GET http://IP-address:port/web2/secure/video/action.do?version={version}&sessionid={sessionid}&video_in={video_in}&command=arc.play&time_from={time_from}&time_to={time_to}&login={login}&password={password}&speed_factor={speed_factor}
Parameter | Required | Description |
---|---|---|
version | Yes | See Product version |
sessionid | No | Session ID |
video_in | Yes | Camera ID in the format "TYPE:ID", for example "CAM:1" |
command | Yes | Command to get video from archive: arc.play |
time_from | Yes | Start time of archive playing back |
time_to | No | Completion time of archive playing back (if parameter is not specified, all archive will playback) |
imageWidth | No | Width in pixels (it is counted automatically with saving proportions if it isn't specified or equal 0) |
imageHeight | No | Height in pixels (it is counted automatically with saving proportions if it isn't specified or equal 0) |
fps | No | Maximal frame per second (if it isn't specified or equal 0, frame frequency won't be limited) |
login | No | Axxon PSIM username, if set |
password | No | Axxon PSIM user password, if set |
speed_factor | No | Sets the playback speed. The value may be any integer or fractional number no less than 0. Examples of values: 0 – playback at the highest possible speed (depends on network bandwidth and disk load) 1 – playback at normal speed x1 (default) 0.1 – slow motion playback at x1/10 speed 2 – fast playback at x2 speed |
format | No | Sets the response format (see General information on HTTP API) |
GET http://127.0.0.1:8085/web2/secure/video/action.do?version=1.0.1.224&sessionid=29101F1&video_in=CAM:5&command=arc.play&time_from=2013-03-22T13:04:52.312+04:00&time_to=2013-03-22T13:16:31.873+04:00&login=USER&password=PASS&speed_factor=1
End packet with newstate=closed and errcode=100 will be received when stream completion.
Note
The request can be executed through the web or in the VLC media player.