Deletes a configuration of primary/secondary stream mixing.
QPS limit
You can call this operation up to 100 times per second per account. Requests that exceed this limit are dropped and you will experience service interruptions. We recommend that you take note of this limit when you call this operation. For more information, see QPS limit on an API operation in ApsaraVideo Live.
Debugging
Request parameters
Parameter | Type | Required | Example | Description |
---|---|---|---|---|
Action | String | Yes | DeleteLiveStreamMerge | The operation that you want to perform. Set the value to DeleteLiveStreamMerge. |
DomainName | String | Yes | example.com | The streaming domain. |
AppName | String | Yes | app | The name of the application that generates the output stream. |
StreamName | String | Yes | StreamName | The name of the output stream. |
Response parameters
Parameter | Type | Example | Description |
---|---|---|---|
RequestId | String | 16A96B9A-F203-4EC5-8E43-CB92E68F4CD8 | The ID of the request. |
Examples
Sample requests
http(s)://live.aliyuncs.com/?Action=DeleteLiveStreamMerge
&DomainName=example.com
&AppName=app
&StreamName=StreamName
&<Common request parameters>
Sample success responses
XML
format
HTTP/1.1 200 OK
Content-Type:application/xml
<DeleteLiveStreamMergeResponse>
<RequestId>16A96B9A-F203-4EC5-8E43-CB92E68F4CD8</RequestId>
</DeleteLiveStreamMergeResponse>
JSON
format
HTTP/1.1 200 OK
Content-Type:application/json
{
"RequestId" : "16A96B9A-F203-4EC5-8E43-CB92E68F4CD8"
}
Error codes
HttpCode | Error code | Error message | Description |
---|---|---|---|
400 | ConfigAlreadyExists | Config has already exist. | The error message returned because the configuration already exists. |
For a list of error codes, see Service error codes.