Queries the index file of a live stream for previewing editing projects in the console.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
ice:GetLiveEditingIndexFile |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| AppName |
string |
No |
The live stream application name. |
testrecord |
| DomainName |
string |
No |
The live stream domain name. |
test.alivecdn.com |
| StreamName |
string |
No |
The live stream name. |
teststream |
| ProjectId |
string |
No |
The live stream editing project ID. |
*****cb6307a4edea614d8b3f3c***** |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
The response body. |
||
| RequestId |
string |
The request ID. |
4E84BE44-58A7-****-****-FBEBEA16EF94 |
| IndexFile |
string |
The index file URL. |
https://bucket.oss-cn-shanghai.aliyuncs.com/test/live1.m3u8?<鉴权>&x-oss-process=hls/sign |
Examples
Success response
JSON format
{
"RequestId": "4E84BE44-58A7-****-****-FBEBEA16EF94",
"IndexFile": "https://bucket.oss-cn-shanghai.aliyuncs.com/test/live1.m3u8?<鉴权>&x-oss-process=hls/sign"
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.