GetStreams
Returns a list of rolling buffers that have been configured.
Type: synchronous
Example
http://12.3.4.56:9000/action=GetStreams
This action uses port 9000
to contact Media Server on a machine with the IP address 12.3.4.56
, to retrieve a list of rolling buffers.
Response
A sample response appears below.
<?xml version="1.0" encoding="UTF-8"?> <autnresponse xmlns:autn="http://schemas.autonomy.com/aci/"> <action>GETSTREAMS</action> <response>SUCCESS</response> <responsedata> <stream>CCTV_cam1</stream> <stream>CCTV_cam2</stream> </responsedata> </autnresponse>