Send http mp3 streams
poc-http [ -s address ] [ -p port ] [ -t ttl ] [ -q ] [ -k http_k ] [ -n http_n ] files...
poc-http is a streaming server sending mp3 data using the HTTP protocol. It sends the files in the order given on the command-line. Use the filename - to stream from standard input.
Specify the address to listen to (default 0.0.0.0).
Specify the port to listen to (default 8000).
Don't output any information on standard error.
Specify the maximal number of clients (default 16).
Send the file bla.mp3 using the HTTP protocol, accepting connections on the port 8989. The server will accept a maximum of 32 connections.
Manuel Odendahl <[email protected]>, Florian Wesch <[email protected]>