Resumes the ingest of a live stream.
Operation description
You can call this operation to resume the ingest of a stream. This operation supports only the live streams ingested by streamers.
QPS limit
You can call this operation up to 30 times per second per account. Requests that exceed this limit are dropped and you will experience service interruptions. We recommend that you take note of this limit when you call this operation.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
live:ResumeLiveStream |
get |
*Domain
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| DomainName |
string |
Yes |
The ingest domain. |
demo.aliyundoc.com |
| LiveStreamType |
string |
Yes |
Specifies whether the live stream is ingested by a streamer or played by a client. Set the value to publisher, which specifies that the live stream is ingested by a streamer. |
publisher |
| AppName |
string |
Yes |
The name of the application to which the live stream belongs. You can specify an asterisk (*) as the value to match all applications. You can view the application name on the Stream Management page of the ApsaraVideo Live console. |
liveApp**** |
| StreamName |
string |
Yes |
The name of the ingested stream. You can view the stream name on the Stream Management page of the ApsaraVideo Live console. |
liveStream**** |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| RequestId |
string |
The ID of the request. |
16BFE188-B193-4C3C-ADC5-79A7E31486EA |
Examples
Success response
JSON format
{
"RequestId": "16BFE188-B193-4C3C-ADC5-79A7E31486EA"
}
Error response
JSON format
{
"Code":"InternalError",
"HostId":"live.aliyuncs.com",
"Message":"The request processing has failed due to some unknown error.",
"RequestId":"6EBD1AC4-C34D-4AE1-963E-B688A228BE31"
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.