Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
cinience avatar

Alicloud Media Live

  • 166 installs
  • 396 repo stars
  • Updated July 18, 2026
  • cinience/alicloud-skills

Integrate Alibaba Cloud ApsaraVideo Live for ingest, transcoding, playback, and stream lifecycle management in live streaming products or media backends.

About

Skill from cinience/alicloud-skills for Alibaba Cloud ApsaraVideo Live: configuring live channels, ingest, transcoding, playback URLs, and stream lifecycle so applications can deliver real-time video at scale.

  • Live channel and stream setup
  • Ingest and playback configuration
  • Transcoding and stream lifecycle
  • Alibaba Cloud auth and endpoints
  • Production live streaming workflows

Alicloud Media Live by the numbers

  • 166 all-time installs (skills.sh)
  • Ranked #483 of 1,039 Cloud & Infrastructure skills by installs in the Skillselion catalog
  • Data as of Aug 5, 2026 (Skillselion catalog sync)
npx skills add https://github.com/cinience/alicloud-skills --skill alicloud-media-live

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs166
repo stars396
Last updatedJuly 18, 2026
Repositorycinience/alicloud-skills

What it does

Integrate Alibaba Cloud ApsaraVideo Live for ingest, transcoding, playback, and stream lifecycle management in live streaming products or media backends.

Files

SKILL.mdMarkdownGitHub ↗

Category: service

ApsaraVideo Live

Validation

mkdir -p output/alicloud-media-live
python -m py_compile skills/media/live/alicloud-media-live/scripts/list_openapi_meta_apis.py
echo "py_compile_ok" > output/alicloud-media-live/validate.txt

Pass criteria: command exits 0 and output/alicloud-media-live/validate.txt is generated.

Output And Evidence

  • Save API inventory and operation evidence under output/alicloud-media-live/.
  • Keep region, domain, app/stream, and request parameters in evidence files.

Use Alibaba Cloud OpenAPI (RPC) with official SDKs or OpenAPI Explorer to manage Live resources. Prefer metadata-first API discovery before mutate operations.

Prerequisites

  • Prepare least-privilege RAM AccessKey/STS credentials.
  • Confirm target region and live domain scope before changes.
  • Query current state with read-only APIs (Describe* / List*) before Add* / Set* / Delete*.

Workflow

1) Confirm target live domain, app name/stream name, and desired operation. 2) Discover API names and required parameters via metadata and API Explorer. 3) Execute read-only validation calls. 4) Apply change operations with rollback plan. 5) Save results and context under output/alicloud-media-live/.

AccessKey Priority

1) Environment variables: ALICLOUD_ACCESS_KEY_ID / ALICLOUD_ACCESS_KEY_SECRET / ALICLOUD_REGION_ID. 2) Shared config file: ~/.alibabacloud/credentials.

If region is ambiguous, ask before write operations.

API Discovery

  • Product code: live
  • Default API version: 2016-11-01
  • Metadata source: https://api.aliyun.com/meta/v1/products/live/versions/2016-11-01/api-docs.json

Minimal Executable Quickstart

python skills/media/live/alicloud-media-live/scripts/list_openapi_meta_apis.py

Optional overrides:

python skills/media/live/alicloud-media-live/scripts/list_openapi_meta_apis.py \
  --product-code live \
  --version 2016-11-01 \
  --output-dir output/alicloud-media-live

Common Operation Mapping

  • Domain management: AddLiveDomain, DeleteLiveDomain, DescribeLiveDomains
  • Stream ingest/play auth: AddLiveDomainMapping, SetLiveDomainStagingConfig
  • Record/transcode/template: AddLiveRecordTemplate, AddLiveTranscodeTemplate, DescribeLiveRecordConfig
  • Monitor and metrics: DescribeLiveStreamOnlineList, DescribeLiveDomainBpsData, DescribeLiveDomainTrafficData
  • Stream control: ForbidLiveStream, ResumeLiveStream, AddLiveAppRecordConfig

Output Policy

Write all generated files and execution evidence under: output/alicloud-media-live/

References

  • Source list: references/sources.md
  • Task templates: references/templates.md

Related skills

Cloud & Infrastructureintegrationsbackend

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.