Skip to content

juliusvaart/stream_recordplayer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Stream Your Recordplayer

FLAC audiostreaming with icecast and darkice for turntables recordplayers cd-players and ...

DietPi

  1. Install DietPi
  2. Setup your ADC from dietpi-config
  3. Install Icecast2 with Darkice from dietpi-software
  4. Copy Icecast2 config from this repo (and add a password there)
  5. systemctl restart icecast2

Compile Darkice with FLAC support

  1. Compile Darkice with FLAC support:
wget https://github.com/rafael2k/darkice/releases/download/v1.5/darkice-1.5.tar.gz # or a later version...
tar -xvf darkice-1.5.tar.gz
cd darkice-1.5/
autoreconf -i
./configure --with-flac --with-alsa
make -j$(nproc)
sudo make install
  1. Replace Darkice in Daemon file
which darkice
# /usr/local/bin/darkice
vim /etc/systemd/system/darkice.service
# Change /usr/bin/darkice to /usr/local/bin/darkice in darkice.service
systemctl daemon-reload
  1. Add Darkice config from this repo and add your Icecast2 password
  2. Restart Darkice and Icecast2
systemctl restart icecast2
systemctl restart darkice

Configure volume and stuff

Tune the volume and input using alsamixer

Stream!

http://HOSTNAME.local:8000/stream.flac

About

FLAC audiostreaming (internet radio) with icecast and darkice for turntables and ...

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors