查詢直播延遲時(shí)間
調(diào)用DescribeLiveStreamDelayConfig查詢直播延遲時(shí)間。
使用說(shuō)明
先獲取播流域名,再調(diào)用本接口查詢直播延遲時(shí)間。
QPS限制
本接口的單用戶QPS限制為1000次/秒。超過(guò)限制,API調(diào)用會(huì)被限流,這可能會(huì)影響您的業(yè)務(wù),請(qǐng)合理調(diào)用。更多信息,請(qǐng)參見(jiàn)QPS限制。
調(diào)試
您可以在OpenAPI Explorer中直接運(yùn)行該接口,免去您計(jì)算簽名的困擾。運(yùn)行成功后,OpenAPI Explorer可以自動(dòng)生成SDK代碼示例。
請(qǐng)求參數(shù)
名稱 |
類型 |
是否必選 |
示例值 |
描述 |
Action | String | 是 | DescribeLiveStreamDelayConfig | 系統(tǒng)規(guī)定參數(shù)。取值:DescribeLiveStreamDelayConfig。 |
DomainName | String | 是 | example.com | 您的播放域名。 |
返回?cái)?shù)據(jù)
名稱 |
類型 |
示例值 |
描述 |
RequestId | String | 785C9CB0-EB8A-4912-BBF2-966BEFD32DC3 | 請(qǐng)求ID。 |
LiveStreamHlsDelayConfig | Object | HLS延遲。 |
|
Delay | Integer | 3 | 播放延遲時(shí)間。單位:秒。 |
Level | String | short | 延遲級(jí)別。取值:
|
LiveStreamFlvDelayConfig | Object | FLV延遲。 |
|
Delay | Integer | 5 | 播放延遲時(shí)間。單位:秒。 |
Level | String | medium | 延遲級(jí)別。取值:
|
LiveStreamRtmpDelayConfig | Object | RTMP延遲。 |
|
Delay | Integer | 4 | 播放延遲時(shí)間。單位:秒。 |
Level | String | short | 延遲級(jí)別。取值:
|
示例
請(qǐng)求示例
http(s)://live.aliyuncs.com/?Action=DescribeLiveStreamDelayConfig
&DomainName=example.com
&公共請(qǐng)求參數(shù)
正常返回示例
XML
格式
HTTP/1.1 200 OK
Content-Type:application/xml
<DescribeLiveStreamDelayConfigResponse>
<RequestId>785C9CB0-EB8A-4912-BBF2-966BEFD32DC3</RequestId>
<LiveStreamHlsDelayConfig>
<Delay>3</Delay>
<Level>short</Level>
</LiveStreamHlsDelayConfig>
<LiveStreamRtmpDelayConfig>
<Delay>4</Delay>
<Level>short</Level>
</LiveStreamRtmpDelayConfig>
<LiveStreamFlvDelayConfig>
<Delay>5</Delay>
<Level>medium</Level>
</LiveStreamFlvDelayConfig>
</DescribeLiveStreamDelayConfigResponse>
JSON
格式
HTTP/1.1 200 OK
Content-Type:application/json
{
"RequestId" : "785C9CB0-EB8A-4912-BBF2-966BEFD32DC3",
"LiveStreamHlsDelayConfig" : {
"Delay" : 3,
"Level" : "short"
},
"LiveStreamRtmpDelayConfig" : {
"Delay" : 4,
"Level" : "short"
},
"LiveStreamFlvDelayConfig" : {
"Delay" : 5,
"Level" : "medium"
}
}
錯(cuò)誤碼
訪問(wèn)錯(cuò)誤中心查看更多錯(cuò)誤碼。
HttpCode |
錯(cuò)誤碼 |
錯(cuò)誤信息 |
描述 |
500 |
Internal |
The request processing has failed due to some unknown error. |
后臺(tái)發(fā)生未知錯(cuò)誤。 |
404 |
InvalidDomain.NotFound |
The domain provided does not exist in our records. |
當(dāng)前賬戶下未查到域名。 |
403 |
IllegalOperation |
Illegal domain operate is not permitted. |
不支持當(dāng)前操作,如:非直播類域名。 |