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.
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
- oss · oss-process-files — Object Storage Service — Process media files (e.g., HLS streaming)
See oss/oss-process-files.
- eb · eb-configure-streaming — EventBridge — Configure real-time event streaming
See eb/eb-configure-streaming.
- eb · eb-deliver-destinations — EventBridge — Deliver events to external destinations (API/OSS/MQTT)
See eb/eb-deliver-destinations.
Typical questions
- event-driven media processing pipeline
- auto transcode video on upload and notify API
- HLS streaming with event notifications
- upload video trigger EventBridge to OSS processing
- 上传视频自动触发转码并通知外部系统
- HLS直播流事件驱动处理
- media upload event pipeline to external endpoint
- configure event stream for OSS media processing