pi-broadcaster / pi-broadcaster-server

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

License:GNU General Public License v3.0


Languages

Language:JavaScript 100.0%