Resumes the ingest of a live stream.
Usage note
This interface only supports the publisher (ingested by a streamer) regarding the LiveStreamType.
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
Request parameters
Parameter | Type | Required | Example | Description |
---|---|---|---|---|
Action | String | Yes | ResumeLiveStream | The operation that you want to perform. Set the value to ResumeLiveStream. |
AppName | String | Yes | liveApp**** | The name of the application to which the live stream belongs. You can use the widcard (*) to specify all applications under the domain name. |
DomainName | String | Yes | demo.aliyundoc.com | The main streaming domain and ingest domain. |
LiveStreamType | String | Yes | publisher | The type of the live stream. The value is publisher. |
StreamName | String | Yes | liveStream**** | The name of the live stream. |
Response parameters
Parameter | Type | Example | Description |
---|---|---|---|
RequestId | String | 16BFE188-B193-4C3C-ADC5-79A7E31486EA | The ID of the request. |
Examples
Sample requests
http(s)://live.aliyuncs.com/?Action=ResumeLiveStream
&AppName=liveApp****
&DomainName=demo.aliyundoc.com
&LiveStreamType=publisher
&StreamName=liveStream****
&<Common request parameters>
Sample success responses
XML
format
<ResumeLiveStreamResponse>
<RequestId>16BFE188-B193-4C3C-ADC5-79A7E31486EA</RequestId>
</ResumeLiveStreamResponse>
JSON
format
{
"RequestId":"16BFE188-B193-4C3C-ADC5-79A7E31486EA"
}
Error codes
For a list of error codes, visit the API Error Center.