From 8046310f2763009f65702792f1139957b79b3929 Mon Sep 17 00:00:00 2001 From: Kralot Date: Mon, 27 Apr 2026 09:23:45 -0300 Subject: [PATCH] Atualiza README para informar sobre arquitetura --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index f2e335c..2c8dd4b 100644 --- a/README.md +++ b/README.md @@ -39,6 +39,15 @@ All processes are managed by Supervisord. The web UI is a Next.js app that contr - **GPU acceleration** — optional per-stream Chromium GPU flag (disabled by default for container compatibility) - **Built-in HLS player** — watch any stream in the browser; also serves a standalone embeddable HTML page per stream +## Platform Support + +| Architecture | Status | +| ------------ | ------ | +| `linux/amd64` | ✅ Supported | +| `linux/arm64` | 🔜 Planned | + +> arm64 support (Raspberry Pi, Apple Silicon servers) is planned for a future release. + ## Quick Start ```yaml