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

roarmonhttp - CGI and inetd based streaming server emulation for RoarAudio

Description

       This  program  emulates a streaming server using RoarAudio.  It can be run from via a webserver as CGI or
       via inetd in inetd mode.  IN CGI mode it is limited to client (listener) HTTP connections.  In inetd mode
       it can handle source clients and gopher, too.  There is no  need  for  a  specal  port  for  gopher.  The
       protocol is detected per client at runtime.

Examples

       Here is an example of a roarmonhttp listening on port 8000 using inetd:
        8000 stream tcp nowait roard /usr/bin/roarmonhttp roarmonhttp --inetd

History

       For history information see RoarAudio(7).

RoarAudio                                         January 2010                                    roarmonhttp(1)

Name

       roarmonhttp - CGI and inetd based streaming server emulation for RoarAudio

Options

--inetd
              Enables inetd mode.

       --serverSERVER
              Set Server to connect to. This may be usfull in inetd mode.

       --rate, --bits, --channels, --codec
              Sets  the  default  rate,  bits,  channels or codec.  Those option taking a argument for the given
              option. Codec names may be used.

       --rel-idSID
              Set the stream ID for the stream this stream is relative to.

       --help Show a brief help.

See Also

inetd(8), inetd.conf(5), roartips(7), libroar(7), RoarAudio(7).

Synopsis

       roarmonhttp [--inetd]

See Also