http://myserver/axis-cgi/view/player.cgi?sessionid=3&startframe=45347:00
&stopframe=47023:00&direction=backward&keepalive=yes
Example 3: Fast forward part of recording - (sessionid=3 was returned in previous server response)
http://myserver/axis-cgi/view/player.cgi?sessionid=3&startframe=45347:00
&stopframe=47023:00&step=4&keepalive=yes
Example 4: Get single JPG image of specific time - (sessionid=3 was returned in previous server response)
http://myserver/axis-cgi/view/player.cgi?sessionid=3&time=983433518:00&keepalive=yes
Example 5: Get next single JPG image from specified frame - (sessionid=3 was returned in previous server
response)
http://myserver/axis-cgi/view/player.cgi?sessionid=3&frame=45692:14
&direction=forward&step=1&keepalive=yes
Example 6: Close session - (sessionid=3 was returned in previous server response)
http://myserver/axis-cgi/view/player.cgi?sessionid=3&session=close
Example 7: Play time interval - (The first found matching interval for the camera is played)
http://myserver/axis-cgi/view/player.cgi?camera=4&starttime=982813227:00
&stoptime=982813720:00&keepalive=yes
5.7.3 Recorded JPG/MJPG response
When recorded MJPG video is requested, the server returns a continuous flow of JPEG files. The content type is
"multipart/x-mixed-replace" and each image is preceded of data about the image and ends with a boundary
string <boundary>.
MJPG video stream response:
Comments to this Manuals