Queries the index file of a live stream. The index file is used to preview an editing project 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 application name of the live stream. |
testrecord |
| DomainName |
string |
No |
The domain name of the live stream. |
test.alivecdn.com |
| StreamName |
string |
No |
The name of the live stream. |
teststream |
| ProjectId |
string |
No |
The ID of the live stream editing project. |
*****cb6307a4edea614d8b3f3c***** |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
The response parameters. |
||
| RequestId |
string |
The request ID. |
4E84BE44-58A7-****-****-FBEBEA16EF94 |
| IndexFile |
string |
The URL of the index file. |
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.