stream-to-webradio/start.sh

4 lines
240 B
Bash
Raw Normal View History

2020-11-09 13:10:15 +01:00
pactl load-module module-null-sink sink_name=Stream
pacmd update-sink-proplist Stream device.description=Stream
cvlc pulse://Stream.monitor --sout '#transcode{acodec=mp3,ab=128,channels=2}:standard{access=http,dst=0.0.0.0:8888/pc.mp3}' &