Remove a rolling buffer.
This action deletes all video that has been stored in the rolling buffer.
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 |
---|---|---|
Name
|
(Deprecated, use Stream instead). The name of the rolling buffer to remove. |
Yes |
Stream
|
The name of the rolling buffer to remove. | Yes |
http://localhost:14000/action=RemoveStream&Stream=NewsChannel
<autnresponse> <action>REMOVESTREAM</action> <response>SUCCESS</response> <responsedata></responsedata> </autnresponse>
|