RemoveStream
Remove a rolling buffer.
CAUTION: This action deletes all video that has been stored in the rolling buffer.
TIP: If you try to remove a rolling buffer while Media Server is writing video to it, this action will fail.
Type: synchronous
Parameter | Description | Required |
---|---|---|
Stream
|
The name of the rolling buffer to remove. | Yes |
Example
http://localhost:14000/action=RemoveStream&Stream=NewsChannel
Response
<autnresponse> <action>REMOVESTREAM</action> <response>SUCCESS</response> <responsedata></responsedata> </autnresponse>