Add one-command install script and stability fixes
- Add install.sh for automated setup - Add all component files (wrapper, service, config, verify) - Add stability fixes section (WiFi PowerSave disable + Watchdog) - Update README with new installation instructions
This commit is contained in:
20
darkice.cfg.example
Normal file
20
darkice.cfg.example
Normal file
@@ -0,0 +1,20 @@
|
||||
[general]
|
||||
duration = 0
|
||||
bufferSecs = 2 # USB stability
|
||||
reconnect = yes
|
||||
|
||||
[input]
|
||||
device = plughw:0,0 # USB card 0 (fixed by modprobe)
|
||||
sampleRate = 44100
|
||||
bitsPerSample = 16
|
||||
channel = 2
|
||||
|
||||
[icecast2-0]
|
||||
bitrateMode = cbr
|
||||
format = mp3
|
||||
bitrate = 320
|
||||
server = localhost
|
||||
port = 8000
|
||||
password = hackme # ← CHANGE to your Icecast source password
|
||||
mountPoint = rapi.mp3 # Sonos URL: http://pi-ip:8000/rapi.mp3
|
||||
name = Record Player
|
||||
Reference in New Issue
Block a user