Link

🔧 Platform Components

The Encora Stream platform consists of four core components that work together to deliver high-quality live streaming content.


Component Overview

The streaming pipeline follows a logical flow from input to delivery:

📥 Input Streams → ⚙️ Transcoders → 📦 Packagers → 🌐 Origin Servers → Viewers

Component Responsibilities

ComponentIconPurposeKey Features
Input Streams📥Ingest live video from encodersUDP/RTMP support, Content ID management
Transcoders⚙️Create multiple quality renditionsABR profiles, Multi-bitrate output
Packagers📦Format streams for deliveryHLS, DASH, AES, DRM support
Origin Servers🌐Store and deliver contentHTTP/HTTPS serving, CDN integration

Getting Started with Components

To deploy a complete streaming workflow:

  1. 📥 Configure Input Streams - Set up your video source
  2. ⚙️ Deploy Transcoders - Define quality profiles
  3. 📦 Set Up Packagers - Choose delivery formats
  4. 🌐 Enable Origin Servers - Activate content delivery

Component Dependencies

Each component depends on the previous one in the pipeline:

  • Transcoders require an active Input Stream
  • Packagers require a running Transcoder
  • Origin Servers require configured Packagers

Always configure components in the correct order to ensure smooth operation.



Table of contents