/pi-broadcaster-server

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

Primary LanguageJavaScriptGNU General Public License v3.0GPL-3.0

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