Rename a rolling buffer.
If you try to rename a rolling buffer while HPE Media Server is writing video to it, this action will fail.
Type: synchronous
Parameter | Description | Required |
---|---|---|
OldName
|
(Deprecated, use Stream instead). The name of the rolling buffer that you want to rename. |
Yes |
NewName
|
(Deprecated, use NewStream instead). 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 |
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 |
http://localhost:14000/action=RenameStream&Stream=Stream1 &NewStream=News
<autnresponse> <action>RENAMESTREAM</action> <response>SUCCESS</response> <responsedata></responsedata> </autnresponse>
|