Skip to main content

Query a Transcoding Template

Query a Transcoding Template with template name

Request

Request-Line

GET /lls/v1.0/template/transcoding/{templateName}

Response

Response Body

ParameterTypeRequiredDescription
templateNameStringMandatorytranscoding template name.
createdTimestampMandatoryTimestamp of created time in UTC timezone. Default is now.
statusStringMandatoryStatus of transcoding template. Valid values: active, inactive.
domainStringMandatoryingest domain name
appStringOptionalapp name. if not specified, the transcoding template will be applied to all apps.
streamStringOptionalstream name. if not specified, the transcoding template will be applied to all streams.
deliveryProtocolArrayMandatorydelivery protocol. Valid values: http-flv, ll-hls, hls,dash.
transcodingPresetsArrayMandatorythe names of transcoding presets for delivery stream. the special preset named 'transmux' will package the ingest stream without any transcoding.

Examples

Example Query a domain-level transcoding template

Request

GET /lls/v1.0/template/transcoding/domainTemplate HTTP/1.1

Successful Response Body

{
"templateName": "domainTemplate",
"created": "2025-07-15T08:47:10Z",
"status": "active",
"domain": "ingest.example.com",
"deliveryProtocol": ["ll-hls", "hls", "dash"],
"transcodingPresets": ["720p", "480p", "360p"]
}

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