No description
Find a file
2021-09-03 19:07:51 +02:00
backend initial commit 2021-06-07 16:22:13 +02:00
common initial commit 2021-06-07 16:22:13 +02:00
etc-template initial commit 2021-06-07 16:22:13 +02:00
frontend initial commit 2021-06-07 16:22:13 +02:00
.gitignore initial commit 2021-06-07 16:22:13 +02:00
package.json initial commit 2021-06-07 16:22:13 +02:00
README.md initial commit 2021-06-07 16:22:13 +02:00
studiox-streamer.service add systemd file 2021-09-03 19:07:51 +02:00

studiox-streamer

Stream audio from a Raspberry Pi or other device.

Installation

Requirements are:

  • Node.js v14
  • baresip
  • darkice
  • ffmpeg

See [docs/installation.md] for detailed setup instructions on Raspberry Pi OS.

Then clone this repo and run the following commands:

yarn
yarn build

Usage