Skip to content

Latest commit

 

History

History
40 lines (36 loc) · 1.18 KB

README.md

File metadata and controls

40 lines (36 loc) · 1.18 KB

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