Axis Communications Version 3 Stereo Receiver User Manual


 
Video Streaming API
This document is copyright protected and is the property of Axis Communications AB and may not be copied, reproduced or distributed in any way without
the prior written consent of Axis Communications AB.
Response:
HTTP Code: 200 OK
Content-Type: text/plain
Body (value for argument "camera" is specied):
<!-- [error message] -->
Body (value for argument "camera" is not specied):
[error message]
2.4 Video Status
This section only applies to video encoders. The videostatus.cgi is used to check the status of one or more video sources.
2.4.1 Video Status Request
Request the status information for the video sources. The number of video sources in an Axis product is dened by the parameter
ImageSource.NbrOfSources.
Access control: viewer
Method: GET
Syntax:
http://<servername>/axis-cgi/videostatus.cgi?<argument>=<value>
With the following argument and values:
Argument Valid values Description
status=<int>[[,<int>],...] 1 ...
1
Check status of the listed video sources.
1. Product-dependent.
2.4.2 Video Status Response
Get the status information for the video sources.
Response:
HTTP Code: 200 OK
Content-Type: text/plain
Body:
Video 1 = <information>
...
<information> could be either video or no video.
Example 8:
Request video status from video source 1, 2, 3 and 4.
http://myserver/axis-cgi/videostatus.cgi?status=1,2,3,4
Response:
9