Skip to content

Automatically download and play audio from YouTube playlist in a specify time

License

Notifications You must be signed in to change notification settings

pi-broadcaster/pi-broadcaster-server

Repository files navigation

pi-broadcaster

Broadcast platform powered by Raspberry Pi. YouTube supported.

Requirements

Internet required
yt-dlp
mpg123
NodeJS v8.4.0+
node-gtts
Python 3.7+

Installation

Download this repo, or clone this repo:

git clone https://github.com/pi-broadcaster/pi-broadcaster.git

Copy into your RPi.

Run these commands in your RPi, in /server:

sudo apt update
sudo apt install mpg123
sudo apt install ffmpeg
npm i 

Enable SSH in your RPi and set up .bashrc to automatically run main.js in startup.

Run

Boot your RPi.

Usage

Follow the guide in your app.

FAQs