All Products
Search
Document Center

Intelligent Media Services:GetLivePackageOriginEndpoint

Last Updated:Aug 11, 2026

Mengambil detail konfigurasi server origin packaging aliran real-time untuk channel tertentu.

Deskripsi operasi

Deskripsi permintaan.

Coba sekarang

Coba API ini di OpenAPI Explorer tanpa perlu penandatanganan manual. Panggilan yang berhasil akan secara otomatis menghasilkan contoh kode SDK sesuai dengan parameter Anda. Unduh kode tersebut dengan kredensial bawaan yang aman untuk penggunaan lokal.

Test

RAM authorization

Tidak ada otorisasi untuk operasi ini. Jika Anda mengalami masalah saat menjalankan operasi ini, hubungi dukungan teknis.

Parameter permintaan

Parameter

Type

Required

Description

Example

GroupName

string

Yes

Nama grup channel.

channel-group-1

ChannelName

string

Yes

Nama channel.

channel-1

EndpointName

string

Yes

Nama endpoint.

endpoint-1

Elemen respons

Element

Type

Description

Example

object

Skema Respons

LivePackageOriginEndpoint

object

Jenis endpoint origin.

AuthorizationCode

string

Kode otorisasi.

Abc123Def456

ChannelName

string

Nama channel.

channel-1

CreateTime

string

Waktu pembuatan.

2023-04-01T12:00:00Z

Description

string

Deskripsi endpoint.

This is an origin endpoint.

EndpointName

string

Nama endpoint.

endpoint-1

EndpointUrl

string

URL endpoint.

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

GroupName

string

Nama grup channel.

channel-group-1

IpBlacklist

string

Daftar hitam IP.

10.21.222.1/32

IpWhitelist

string

Daftar putih IP.

192.168.1.0/24,10.0.0.1/24

LastModified

string

Waktu modifikasi terakhir.

2023-04-01T12:00:00Z

ManifestName

string

Nama manifes.

manifest

Protocol

string

Protokol distribusi.

HLS

TimeshiftVision

integer

Jumlah hari time-shift.

5

LivePackagingConfig LivePackagingConfig

Konfigurasi live packaging.

RequestId

string

ID permintaan.

5D87B753-0250-5D9D-B248-D40C3271F864

Contoh

Respons sukses

JSONformat

{
  "LivePackageOriginEndpoint": {
    "AuthorizationCode": "Abc123Def456",
    "ChannelName": "channel-1",
    "CreateTime": "2023-04-01T12:00:00Z",
    "Description": "This is an origin endpoint.",
    "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"
}

Kode kesalahan

Lihat Error Codes untuk daftar lengkap.

Catatan rilis

Lihat Release Notes untuk daftar lengkap.