Unable to render embedded object: File (books.jpg) not found.
Go to documentation repository
GET http://server/prefix/archive/media/VIDEOSOURCEID/STARTTIME?parameters,
where STARTTIME – time in ISO format.
Parameters:
speed – playback speed, can be negative.
format - parameter values are "mjpeg", "webm" or "h264". The native format is selected by server to prevent additional encoding in case no format is specified or recognized. If a native format is not supported by client, server selects WebM.
If both parameters are not 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://server/prefix/archive/media/TEST-1/DeviceIpint.23/VideoSource.0:0/20110608T060141.375?speed=1&w=640&h=480