Skip to main content

Configure the delay configuration of a Domain

Modify the delay configuration of a streaming domain name, which affects the HTTP-FLV streams of the domain.

Request

Request-Line

PUT /lls/v1.0/domain/{domain}/delay

Request Parameters

Path Parameters

ParameterTypeRequiredDescription
domainStringMandatorydomain name.

Request Body

ParameterTypeRequiredDescription
delayStringMandatoryindicates the delay, in ms. valid values are: low, medium, high. default value is 'medium'.

Response

Response Body

Status Codes, Error Codes and Error Messages

Status CodeError CodeError Message
400LLS.Domain.NotFoundDomain name is not found.

Examples

Modify the delay configuration of a domain name

Request

PUT /lls/v1.0/domain/ingest.example.com/delay HTTP/1.1
{
"delay": "medium"
}

Successful Response Body

{
"domain": "ingest.example.com",
"delay": "medium"
}

Best Practices

Rate Limiting

Rate Limits

Rate limiting is posed upon the API, please kindly check your API calls to ensure complying with the rate limit below:

  • 100 requests per minute
  • 1000 requests per hour