---
title: EDM Live Radio
emoji: 🎵
colorFrom: purple
colorTo: blue
sdk: docker
sdk_version: latest
app_file: run_radio.sh
pinned: false
license: mit
---

# EDM Live Radio - 24/7 YouTube Live Stream

Automated 24/7 music live stream on Hugging Face Docker Space. Streams your local audio tracks with a looping background video to YouTube via RTMP.

## Features

- 24/7 continuous streaming
- Random shuffle playback of audio tracks
- Seamless background video looping
- Low CPU footprint with FFmpeg optimization
- Easy YouTube integration via STREAM_KEY

## Setup

1. Add your audio tracks (.mp3, .wav, .flac) to the `tracks/` folder
2. Add your `background.mp4` video to the root directory
3. Set the `STREAM_KEY` environment variable with your YouTube RTMP key
4. Deploy to Hugging Face Spaces

## Requirements

- FFmpeg
- Python 3
- YouTube RTMP streaming key
