logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

poc-http - send HTTP MP3 streams

Authors

       Manuel Odendahl <manuel@bl0rg.net>, Florian Wesch <dividuum@bl0rg.net>

                                                  February 2005                                      POC-HTTP(1)

Description

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.

Examples

       poc-http -p 8989 -c 32 bla.mp3
              Send the file bla.mp3 using the HTTP protocol, accepting connections on the port 8989. The  server
              will accept a maximum of 32 connections.

Name

poc-http - send HTTP MP3 streams

Options

       -s address
              Specify the address to listen to (default 0.0.0.0).

       -p port
              Specify the port to listen to (default 8000).

       -q     Don't output any information on standard error.

       -c clients
              Specify the maximal number of clients (default 16).

Synopsis

poc-http [ -saddress ] [ -pport ] [ -tttl ] [ -q ] [ -khttp_k ] [ -nhttp_n ] files...

See Also