Returns information about the rolling buffers that you have configured.
Type: synchronous
Parameter | Description | Required |
---|---|---|
Name
|
(Deprecated, use Stream instead). The name of the rolling buffer for which you want to retrieve information. If you do not set this parameter, the action returns information for all rolling buffers. |
No |
Stream
|
The name of the rolling buffer for which you want to retrieve information. If you do not set this parameter, the action returns information for all rolling buffers. | No |
/action=GetStreamInfo
/action=GetStreamInfo&Stream=Stream1
<autnresponse> <action>GETSTREAMINFO</action> <response>SUCCESS</response> <responsedata> <stream> <name>Stream1</name> <rootPath isDefault="true">./encoding/rollingBuffer/</rootPath> <maxFileSizeMB isDefault="false">1000</maxFileSizeMB> <maxFiles isDefault="false">2</maxFiles> <mediaSegmentPrefix isDefault="true">http://webserver:80/</mediaSegmentPrefix> <variantSegmentPrefix isDefault="true">http://mediaserver:14000/</variantSegmentPrefix> </stream> </responsedata> </autnresponse>
|