DaaS / Products / Event-Driven Media Processing Pipeline

Event-Driven Media Processing Pipeline

A developer uploads video files to OSS for HLS streaming transcoding, while EventBridge watches for new uploads in real time and delivers processing-completion events to an external API or message queue to notify downstream systems.

Products involved

Scenario

A developer uploads video files to OSS for HLS streaming transcoding, while EventBridge watches for new uploads in real time and delivers processing-completion events to an external API or message queue to notify downstream systems.

How the products combine

  1. oss · oss-process-files — Object Storage Service — Process media files (e.g., HLS streaming)
  2. See oss/oss-process-files.

  3. eb · eb-configure-streaming — EventBridge — Configure real-time event streaming
  4. See eb/eb-configure-streaming.

  5. eb · eb-deliver-destinations — EventBridge — Deliver events to external destinations (API/OSS/MQTT)
  6. See eb/eb-deliver-destinations.

Typical questions