RenameStream
Rename a rolling buffer.
TIP: If you try to rename a rolling buffer while Media Server is writing video to it, this action will fail.
Type: synchronous
Parameter | Description | Required |
---|---|---|
NewStream
|
The new name for the rolling buffer. Stream names are case-insensitive. Valid characters are a-z, A-Z, 0-9, underscore (_ ), plus sign (+ ), and hyphen (- ). |
Yes |
Stream
|
The name of the rolling buffer that you want to rename. | Yes |
Example
http://localhost:14000/action=RenameStream&Stream=Stream1 &NewStream=News
Response
<autnresponse> <action>RENAMESTREAM</action> <response>SUCCESS</response> <responsedata></responsedata> </autnresponse>