Skip to content

Latest commit

 

History

History
36 lines (25 loc) · 551 Bytes

File metadata and controls

36 lines (25 loc) · 551 Bytes

Getting Started

TODO: Quick start guide

Prerequisites

  • Python 3.12+
  • FFmpeg
  • Pulsar broker
  • Redis (optional)

Installation

uv sync

Minimal Configuration

export PULSAR_SERVICE_URL=pulsar://localhost:6650
export PULSAR_TOPIC=persistent://streamhub/stream/frames
export STORAGE_TYPE=filesystem
export STORAGE_BASE_PATH=/storage/streams

Running

stream-processor

Next Steps