ライブストリームのトランスコード設定を削除します。
Usage note
This operation only supports the Standard, Narrowband HD™, and custom transcoding templates.
QPS limit
A single user can perform a maximum of 30 queries per second (QPS). Throttling is triggered when the number of calls per second exceeds the QPS limit. The throttling may affect your business. Thus, we recommend that you observe the QPS limit on this operation. シングルユーザーの意味とQPSの詳細については、「ApsaraVideo LiveのAPI操作のQPS制限」をご参照ください。
デバッグ
リクエストパラメーター
パラメーター | データ型 | 必須/任意 | 例 | 説明 |
---|---|---|---|---|
操作 | String | 必須 | DeleteLiveStreamTranscode |
実行したい操作。 値をDeleteLiveStreamTranscodeに設定します。 |
アプリ | String | 必須 | liveApp **** |
ライブストリームが属するアプリケーションの名前。 |
ドメイン | String | 必須 | example.com |
メインのストリーミングドメイン。 |
Template | String | 必須 | lld |
The transcoding template. 設定可能な値は以下のとおりです。
|
レスポンスパラメーター
パラメーター | データ型 | 例 | 説明 |
---|---|---|---|
RequestId | String | 16A96B9A-F203-4EC5-8E43-CB92E68F4CD8 |
リクエストの ID です。 |
例
リクエストの例
http(s):// live.aliyuncs.com/?Action=DeleteLiveStreamTranscode
&アプリ=liveApp ****
&Domai n=example.com
&テンプレート=lld
&<共通リクエストパラメーター>
正常に処理された場合のレスポンス例
XML
形式
<DeleteLiveStreamTranscodeResponse>
<RequestId>16A96B9A-F203-4EC5-8E43-CB92E68F4CD8</RequestId>
</DeleteLiveStreamTranscodeResponse>
JSON
形式
{
"DeleteLiveStreamTranscodeResponse": {
"RequestId": "16A96B9A-F203-4EC5-8E43-CB92E68F4CD8"
}
}
エラーコード
エラーコードリストについては、「API エラーセンター」をご参照ください。