Deletes the configuration of edge node stream relay.
Usage notes
You can call the DeleteLiveEdgeTransfer operation to delete the configuration of edge node stream relay for a specific domain name. Ingested streams that are already relayed based on the configuration are not affected. The following table describes the scenarios in which edge node stream relay takes effect or not.
Scenario |
Analysis |
Result |
1. You ingest a stream after you call the SetLiveEdgeTransfer operation to configure edge node stream relay. Then, you call the DeleteLiveEdgeTransfer operation to delete the configuration. |
The configuration of edge node stream relay is available when you ingest the stream. |
The ingested stream is not affected, and stream relay is not interrupted. |
2. You call the DeleteLiveEdgeTransfer operation to delete the configuration of edge node stream relay after you ingest a stream. Then, you disconnect and resume the ingested stream. |
The configuration of edge node stream relay is not available after you resume the ingested stream. |
Edge node stream relay does not take effect. |
3. You call the DeleteLiveEdgeTransfer operation before you ingest a stream. |
The configuration of edge node stream relay is not available. |
Edge node stream relay does not take effect. |
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 limits.
Debugging
Request parameters
Parameter |
Type |
Required |
Example |
Description |
Action | String | Yes | DeleteLiveEdgeTransfer | The operation that you want to perform. Set the value to DeleteLiveEdgeTransfer. |
DomainName | String | Yes | demo.aliyundoc.com | The ingest domain. You can set only one stream relay configuration for an ingest domain. |
Response parameters
Parameter |
Type |
Example |
Description |
RequestId | String | 16A96B9A-F203-4EC5-8E43-CB92E68F4CD8 | The request ID. |
Examples
Sample requests
http(s)://live.aliyuncs.com/?Action=DeleteLiveEdgeTransfer
&DomainName=demo.aliyundoc.com
&<Common request parameters>
Sample success responses
XML
format
HTTP/1.1 200 OK
Content-Type:application/xml
<DeleteLiveEdgeTransferResponse>
<RequestId>16A96B9A-F203-4EC5-8E43-CB92E68F4CD8</RequestId>
</DeleteLiveEdgeTransferResponse>
JSON
format
HTTP/1.1 200 OK
Content-Type:application/json
{
"RequestId" : "16A96B9A-F203-4EC5-8E43-CB92E68F4CD8"
}
Error codes
For a list of error codes, see Service error codes.