全部产品
Search
文档中心

智能媒体服务:GetLivePackageOriginEndpoint - 获取实时打包源站端点

更新时间:Jan 14, 2026

查询指定频道的实时流打包源站配置详情。

接口说明

请求说明

调试

您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。

授权信息

下表是API对应的授权信息,可以在RAM权限策略语句的Action元素中使用,用来给RAM用户或RAM角色授予调用此API的权限。具体说明如下:

  • 操作:是指具体的权限点。
  • 访问级别:是指每个操作的访问级别,取值为写入(Write)、读取(Read)或列出(List)。
  • 资源类型:是指操作中支持授权的资源类型。具体说明如下:
    • 对于必选的资源类型,用前面加 * 表示。
    • 对于不支持资源级授权的操作,用全部资源表示。
  • 条件关键字:是指云产品自身定义的条件关键字。
  • 关联操作:是指成功执行操作所需要的其他权限。操作者必须同时具备关联操作的权限,操作才能成功。
操作访问级别资源类型条件关键字关联操作
ice:GetLivePackageOriginEndpointget
*全部资源
*

请求参数

名称类型必填描述示例值
GroupNamestring

频道组名称

channel-group-1
ChannelNamestring

频道名称

channel-1
EndpointNamestring

端点名称

endpoint-1

返回参数

名称类型描述示例值
object

Schema of Response

LivePackageOriginEndpointobject

源站端点类型

AuthorizationCodestring

授权码

Abc123Def456
ChannelNamestring

频道名称

channel-1
CreateTimestring

创建时间

2023-04-01T12:00:00Z
Descriptionstring

端点描述

这是一个源站端点
EndpointNamestring

端点名称

endpoint-1
EndpointUrlstring

端点 URL

https://xxx.packagepull-abcxxx.ap-southeast-1.aliyuncsiceintl.com/v1/group01/1/ch01/manifest
GroupNamestring

频道组名称

channel-group-1
IpBlackliststring

IP 黑名单

10.21.222.1/32
IpWhiteliststring

IP 白名单

192.168.1.0/24,10.0.0.1/24
LastModifiedstring

最后修改时间

2023-04-01T12:00:00Z
ManifestNamestring

清单名称

manifest
Protocolstring

分发协议

HLS
TimeshiftVisioninteger

时移天数

5
LivePackagingConfigLivePackagingConfig

直播封装配置

RequestIdstring

请求 ID

5D87B753-0250-5D9D-B248-D40C3271F864

示例

正常返回示例

JSON格式

{
  "LivePackageOriginEndpoint": {
    "AuthorizationCode": "Abc123Def456",
    "ChannelName": "channel-1",
    "CreateTime": "2023-04-01T12:00:00Z",
    "Description": "这是一个源站端点",
    "EndpointName": "endpoint-1",
    "EndpointUrl": "https://xxx.packagepull-abcxxx.ap-southeast-1.aliyuncsiceintl.com/v1/group01/1/ch01/manifest",
    "GroupName": "channel-group-1",
    "IpBlacklist": "10.21.222.1/32",
    "IpWhitelist": "192.168.1.0/24,10.0.0.1/24",
    "LastModified": "2023-04-01T12:00:00Z",
    "ManifestName": "manifest",
    "Protocol": "HLS",
    "TimeshiftVision": 5,
    "LivePackagingConfig": {
      "LiveManifestConfigs": [
        {
          "SegmentCount": 3,
          "AdMarkers": "NONE",
          "MinVideoBitrate": 1000000,
          "MinBufferTime": 8,
          "PresentationDelay": 12,
          "StreamOrder": "ORIGINAL",
          "MaxVideoBitrate": 8000000,
          "DateTimeInterval": 5,
          "SegmentTemplateFormat": "NUMBER_TIMELINE",
          "MinUpdatePeriod": 8,
          "ManifestDuration": 60
        }
      ],
      "UseAudioRenditionGroups": true,
      "DrmConfig": {
        "SystemIds": [
          "9a04f079-9840-4286-ab92-e65be0885f95"
        ],
        "RotatePeriod": 0,
        "ContentId": "live-axb1-9dd2fa123",
        "EncryptionMethod": "SAMPLE_AES",
        "IV": "00000000000000000000000000000000",
        "Url": "https://exampledrm.com/path?arg1=xxx"
      },
      "SegmentDuration": 6
    }
  },
  "RequestId": "5D87B753-0250-5D9D-B248-D40C3271F864"
}

错误码

访问错误中心查看更多错误码。