http://localhost:8000/vorbis.ogg
hackme
VORBIS
playlist.m3u
1
0
My Stream
http://www.oddsock.org
RockNRoll
This is a stream description
88
1.5
2
44100
1
1
FLAC
.flac
flac -s -d --force-raw-format --sign=signed --endian=little -o - "@T@"
MP3
.mp3
madplay -b 16 -R 44100 -S -o raw:- "@T@"
lame --preset cbr 128 -r -x -s 44.1 --bitwidth 16 - -
VORBIS
.ogg
oggdec -R -b 16 -e 0 -s 1 -o - "@T@"
oggenc -r -B 16 -C 2 -R 44100 --raw-endianness 0 -q 1.5 -t "@M@" -