Modifies the snapshot configurations of a streaming domain.

Usage note

The output snapshots are stored in Object Storage Service (OSS). The modification takes effect after you restart stream ingest.

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. For more information about what a single user means and the QPS details, 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 UpdateLiveAppSnapshotConfig

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

AppName String Yes liveApp****

The name of the application to which the live stream belongs.

DomainName String Yes example.com

The main streaming domain.

TimeInterval Integer No 5

The interval at which snapshots are captured. Valid values: 5 to 3600. Unit: seconds.

OssEndpoint String No oss-cn-shanghai.aliyuncs.com

The endpoint of OSS.

OssBucket String No liveBucket****

The name of the OSS bucket in which the snapshots are stored.

OverwriteOssObject String No {AppName}/{StreamName}.jpg

The name of the OSS object, which is to be overwritten each time a snapshot is captured.

  • The name must be less than 256 bytes in length.
  • Only JPG files are supported.
  • The name can contain variables, such as {AppName} and {StreamName}.
  • A value of hyphen (-) indicates that this parameter is deleted.
SequenceOssObject String No snapshot/{AppName}/{StreamName}/{UnixTimestamp}.jpg

The name of the OSS object, which increments each time a snapshot is captured. You can call the DescribeLiveStreamSnapshotInfo operation to query OSS objects of a specified period.

  • The name must be less than 256 bytes in length.
  • Only JPG files are supported.
  • The name can contain variables, such as {AppName}, {StreamName}, {UnixTimestamp}, and {Sequence}. You must specify one of {UnixTimestamp} and {Sequence}.
  • A value of hyphen (-) indicates that this parameter is deleted.
Callback String No https://learn.aliyundoc.com

The URL that is used to receive callback notifications about snapshot capturing.

Response parameters

Parameter Type Example Description
RequestId String 16A96B9A-F203-4EC5-8E43-CB92E68F4CD8

The ID of the request.

Examples

Sample requests

http(s)://live.aliyuncs.com/?Action=UpdateLiveAppSnapshotConfig
&AppName=liveApp****
&DomainName=example.com
&<Common request parameters>

Sample success responses

XML format

<UpdateLiveAppSnapshotConfigResponse>
      <RequestId>16A96B9A-F203-4EC5-8E43-CB92E68F4CD8</RequestId>
</UpdateLiveAppSnapshotConfigResponse>

JSON format

{
    "RequestId":"16A96B9A-F203-4EC5-8E43-CB92E68F4CD8"
}

Error codes

HTTP status code Error code Error message Description
400 InvalidOverwriteOssObjectOrSequenceOssObject.Malformed Specified paramters OverwriteOssObject or SequenceOssObject should have one. The error message returned because neither the OverwriteOssObject parameter nor the SequenceOssObject parameter was specified.
400 InvalidOssEndpoint.Malformed Specified parameter OssEndpoint is not valid. The error message returned because the format of the OSS endpoint is invalid. Check whether the value of the OssEndpoint parameter is correct.
400 InvalidOssBucket.Malformed Specified parameter OssBucket is not valid. The error message returned because the format of the OSS bucket name is invalid. Check whether the value of the OssBucket parameter is correct.
400 InvalidOssBucket.NotFound The parameter OssBucket does not exist. The error message returned because the OSS bucket does not exist. Check whether the value of the OssBucket parameter is correct.
400 InvalidOverwriteOssObject.Malformed Specified parameter OverwriteOssObject is not valid. The error message returned because the format of the specified OSS object name is invalid. Check whether the value of the OverwriteOssObject parameter is correct.
400 InvalidSequenceOssObject.Malformed Specified parameter SequenceOssObject is not valid. The error message returned because the format of the specified OSS object name is invalid. Check whether the value of the SequenceOssObject parameter is correct.
400 InvalidConfig.NotFound The speicified config does not exist. The error message returned because no configuration can be found based on the request parameters. Check whether the request parameters are correct.

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