Hi!

On Wednesday, August 20, 2003, at 09:40 PM, Jaroslav Lukesh wrote:
* shoutcast receiver, like netcat or smaller utility + mpg123

This works quite fine here, using bash and netcat and mpg123


print -n "GET / HTTP/1.0\r\n\r\n" | nc $host $port | mpg123

* shoutcast transmitter, like /dev/dsp -> lame -> (network)?

I wrote a small http streamer (poc-http) at http://www.bl0rg.net/software/poc


It would work like this (not sure about lame command line)

lame - </dev/dsp | poc-http

Manuel

_______________________________________________
mp3encoder mailing list
[EMAIL PROTECTED]
http://minnie.tuhs.org/mailman/listinfo/mp3encoder

Reply via email to