No description
Find a file
2023-03-01 16:51:34 +01:00
backend use dotenv 2023-03-01 16:51:34 +01:00
common remove baresip for now, use ices2 2021-09-03 19:08:48 +02:00
etc-template initial commit 2021-06-07 16:22:13 +02:00
frontend remove baresip for now, use ices2 2021-09-03 19:08:48 +02:00
scripts add helper script to restart chromium 2021-09-03 19:08:01 +02:00
.gitignore initial commit 2021-06-07 16:22:13 +02:00
package.json remove baresip for now, use ices2 2021-09-03 19:08:48 +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