Resumes stream ingest for a specified stream.
Operation description
Calls this operation to resume stream ingest for a specified stream. This operation currently supports only publisher (streamer ingest).
QPS limit
The single-user QPS limit for this operation is 30 calls per second. If this limit is exceeded, the API call is throttled, which may affect your business. Call this operation appropriately.
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 stream is a streamer ingest stream or a client playback stream. Currently supported value: publisher (streamer ingest). Valid values:
|
publisher |
| AppName |
string |
Yes |
The name of the application to which the ingest stream belongs. You can set this parameter to * to indicate all AppName values (no restriction on AppName). You can view the AppName on the Stream Management page. |
liveApp**** |
| StreamName |
string |
Yes |
The name of the ingest stream. You can view the StreamName on the Stream Management page. |
liveStream**** |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| RequestId |
string |
The request ID. |
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.