No description
Find a file
2025-10-25 13:39:52 +02:00
backend fix 2023-03-01 17:45:27 +01:00
common remove baresip for now, use ices2 2021-09-03 19:08:48 +02:00
docs docs/installation.md aktualisiert 2025-10-25 13:39:52 +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 README.md aktualisiert 2025-10-25 13:37:39 +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