Deletes a configuration of live center stream relay.

QPS

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

OpenAPI Explorer automatically calculates the signature value. For your convenience, we recommend that you call this operation in OpenAPI Explorer. OpenAPI Explorer dynamically generates the sample code of the operation for different SDKs.

Request parameters

Parameter Type Required Example Description
Action String Yes DeleteLiveCenterTransfer

The operation that you want to perform. Set the value to DeleteLiveCenterTransfer.

DomainName String Yes example.com

The streaming domain.

AppName String Yes testapp

The name of the application to which the live stream belongs. The value of this parameter must be the same as the application name for the live stream that you want to relay. Otherwise, the configuration does not take effect.

StreamName String Yes teststream

The name of the live stream.

DstUrl String No rtmp://push.example2.aliyunlive.com/testapp1/teststream2

The third-party URL to which the live stream is relayed.

Response parameters

Parameter Type Example Description
RequestId String 7908F2FF-44F8-120F-9FD6-85AE4B6C19EC

The ID of the request.

Examples

Sample request

http(s)://live.aliyuncs.com/?Action=DeleteLiveCenterTransfer
&DomainName=example.com
&AppName=testapp
&StreamName=teststream
&DstUrl=rtmp://push.example2.aliyunlive.com/testapp1/teststream2
&Common request parameters

Sample success responses

XML format

HTTP/1.1 200 OK
Content-Type:application/xml

<DeleteLiveCenterTransferResponse>
    <RequestId>7908F2FF-44F8-120F-9FD6-85AE4B6C19EC</RequestId>
</DeleteLiveCenterTransferResponse>

JSON format

HTTP/1.1 200 OK
Content-Type:application/json

{
  "RequestId" : "7908F2FF-44F8-120F-9FD6-85AE4B6C19EC"
}

Error codes

For a list of error codes, visit the API Error Center.