Skills2026年5月14日·1 分钟阅读

AzuraCast — Self-Hosted Web Radio Management Suite

AzuraCast is a self-hosted web radio management platform that bundles everything needed to run an internet radio station: Icecast/Shoutcast streaming, media management, scheduling, and a public-facing player.

Agent 就绪

先审查再安装

这个资产需要先审查。复制的指令会要求 Agent dry-run、列出写入项,确认后再继续。

Needs Confirmation · 64/100策略:需确认
Agent 入口
任意 MCP/CLI Agent
类型
Skill
安装
Single
信任
信任等级:Established
入口
AzuraCast
先审查命令
npx -y tokrepo@latest install febd3565-4fd3-11f1-9bc6-00163e2b0d79 --target codex

先 dry-run,确认写入项后再运行此命令。

Introduction

AzuraCast is a self-hosted web radio management suite that provides everything needed to run an internet radio station. It bundles streaming software, a media library, scheduling tools, and a public-facing player into a single Docker-based deployment.

What AzuraCast Does

  • Stream live audio via Icecast or Shoutcast protocols
  • Manage a music library with automated playlist scheduling
  • Provide a public-facing player page with album art and now-playing info
  • Support live DJ connections via ICES, Mixxx, or Butt
  • Generate listener statistics and analytics reports

Architecture Overview

AzuraCast runs as a Docker Compose stack with containers for Nginx, MariaDB, Redis, and the streaming backend (Icecast or Shoutcast). Liquidsoap handles audio processing and playlist automation. The web UI is built with PHP and Vue.js.

Self-Hosting & Configuration

  • Install via the provided Docker installer script on any Linux server
  • Set station name, genre, and streaming mount points through the web UI
  • Upload media files or import from external storage
  • Configure playlist rotation schedules and jingles
  • Enable HTTPS via the built-in Let's Encrypt integration

Key Features

  • Multi-station support from a single installation
  • Live DJ handoff with automatic fallback to scheduled playlists
  • Built-in StereoTool audio processing for broadcast-quality sound
  • REST API and webhooks for integration with external services
  • Embeddable player widgets for websites

Comparison with Similar Tools

  • Icecast — bare streaming server; AzuraCast wraps it with management, scheduling, and analytics
  • LibreTime — fork of Airtime focused on terrestrial radio; AzuraCast targets internet streaming
  • Mixxx — desktop DJ software; AzuraCast is a server-side automation and streaming platform
  • RadioBoss — commercial Windows scheduler; AzuraCast is free, open-source, and Linux-based

FAQ

Q: Can I broadcast live? A: Yes. Connect with any source client (Mixxx, BUTT, Ices) to your station's DJ mount point.

Q: How many listeners can it handle? A: It depends on server bandwidth. A standard VPS can support hundreds of concurrent listeners.

Q: Does it support scheduled programming? A: Yes. Create playlists with time-based or weight-based rotation rules.

Q: Is there a mobile app? A: No dedicated app, but the public player works on mobile browsers. The REST API enables third-party app integration.

Sources

讨论

登录后参与讨论。
还没有评论,来写第一条吧。

相关资产