Streaming mp3 to Apple Airport

http://nanocrew.net/software/justeport/

by humancoder 1 year, 5 months ago and tagged with: bash
1
2
3
4
5
wget -nv -O - http://mp3-stream | lame --mp3input --decode - | JustePort.exe  - <ip> <volume -144 0>
# OR
cat *.mp3 | lame --mp3input --decode - | JustePort.exe  - <ip> <volume -144 0>

Currently 0 comments

To post a comment, you must login.