Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

oggfwd(1) [debian man page]

OGGFWD(1)						    BSD General Commands Manual 						 OGGFWD(1)

NAME
oggfwd -- pipe an Ogg stream from stdin to an Icecast server SYNOPSIS
oggfwd [-hp] [-d description] [-g genre] [-n name] [-u URL] address port password mountpoint DESCRIPTION
The oggfwd utility acts as a minimal source client for Icecast servers. It reads an Ogg stream from stdin and forwards it to a server speci- fied on the command line. The address, port, password and mountpoint arguments are mandatory and have to be given in that order. Optional command line parameters -d description Set the stream description. -g genre Set the stream genre. -h Print a short usage summay. -n name Set the stream (i.e. radio) name. -p Allow the stream to be made public in stream directories. -u URL Set the stream URL. oggfwd reacts to the hangup signal, SIGHUP, by printing the amount of bytes read from stdin to stdout at the next given opportunity. How fast it reacts depends on the stream's current bitrate. EXAMPLES
To forward a public Ogg stream with the name ``Test radio'' to an Icecast server, one would pipe that stream to an oggfwd command line such as oggfwd -p -n "Test radio" radio.example.com 8000 password /stream.ogg Encode an Ogg Vorbis stream, dump it to disk and stream it at the same time: oggenc - < input.wav | tee streamdump.ogg | oggfwd radio.example.com 8000 password /stream.ogg AUTHORS
Programming by J^ <j@v2v.cc> rafael2k <rafael@riseup.net> Moritz Grimm <gtgbr@gmx.net> This manual was contributed by Moritz Grimm. CAVEATS
Since the password to the Icecast server is given in clear text on the command line, other (local) users will probably be able to see it very easily. BSD
July 30, 2006 BSD

Check Out this Related Man Page

roarshout(1)						  System User's Manual: roarshout					      roarshout(1)

NAME
roarshout - stream data to streaming server SYNOPSIS
roarshout [OPTIONS]... [address [port [password [mountpoint]]] DESCRIPTION
This tool sends data to (audio) streaming servers like icecast using libshout. The options and command lion syntax is compatible with the one used by oggfwd(1). ROARAUDIO OPTIONS
--server SERVER Set server hostname --rate RATE Set sample rate --bits BITS Set bits per sample --chans CHANNELS Set number of channels --codec CODEC Set the codec -h --help Show this help --pw-arg Password is supplied as argument (default). --pw-ask Ask user for password interactively. --pw-dstr Read password from file. Filename is supplied as normal password argument. LIBSHOUT OPTIONS
-p --public Allow listing in stream directory -d DESC Set stream description -g GENRE Set stream genre -n NAME Set stream name -u URL Set stream URL/homepage SEE ALSO
oggfwd(1), roartips(7), libroar(7), RoarAudio(7). HISTORY
For history information see RoarAudio(7). RoarAudio January 2010 roarshout(1)
Man Page

8 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

radio broadcasting

hi I wanna make radio broadcasting from my web page. I am planning to use a linux server. I have no idea about how can I do :( I heard about RealPlayer can be used but ,unfortunatelly, I don't know how! Any suggestions and advices are welcome.... thanks... (4 Replies)
Discussion started by: fnoyan
4 Replies

2. Linux

Freak' me aut .. ICECAST

I want to configure myself Icecast .. trying to stream muzic around the net , but it's freak's me out for many hours. I downloaded source code for Icecast 2.3.1 .. ./configure ( download and install what I needed ) , ake , and make install .. I found finaly icecast.xml.in .. something like that... (1 Reply)
Discussion started by: !_30
1 Replies

3. UNIX Desktop Questions & Answers

log files

I have a incoming print stream from a Open Vms server that I need to redirect to a log file. The print stream comes in via a IP address and port onto the Unix server. Does anyone know the command and syntax that I will need to use to achieve this? Thanks (0 Replies)
Discussion started by: shepheri
0 Replies

4. Solaris

Log files

I have a incoming print stream from a Open Vms server that I need to redirect to a log file. The print stream comes in via a IP address and port onto the Unix server. Does anyone know the command and syntax that I will need to use to achieve this? Thanks (3 Replies)
Discussion started by: shepheri
3 Replies

5. Solaris

how to recover writing stream

SunOS 5.8 this command launchs my server: ./some_java_application > stdout.log 2>&1 & tha stdout.log file was deleted Q1) Is there a way to recover or redirect the writing stream without restart tha application? Q2) If not Q1, is there a way to launch the application so I can see the... (3 Replies)
Discussion started by: fabtrix
3 Replies

6. UNIX for Dummies Questions & Answers

Read data from given filename or stream

I have a script that takes 2 parameters (say) as mandatory script1.sh a b The 3rd parameter can be filename which it should process or it can come through a pipeline stream The script should work both ways: script1.sh a b filec or cat filec | script1.sh a b How to put logic in the... (1 Reply)
Discussion started by: ysrini
1 Replies

7. Shell Programming and Scripting

How to read nth word from delimited text file?

Hi i am new in scripting how i can get 2 elements from first line of delimited txt file in shell scripts. AA~101010~0~AB~8000~ABC0~ BB~101011~0~BC~8000~ABC~ CC~101012~0~CD~8000~ABC0~ DD~101013~0~AB~8000~ABC~ AA~101014~0~BC~8000~ABC0~ CC~101015~0~CD~8000~ABC~ can anyone plse help?... (3 Replies)
Discussion started by: sushine11
3 Replies

8. Web Development

How to get radio stream URL out of a webpage?

Hello, please what is the easiest linux way to get an online radio stream URL out of website player like: PLAY.CZ - radio player They may support: Flash, Silverlight, HTML5 audio. wma, mp3, aac my web browser dont have any flash technologies and i dont wish to use any. also source code... (1 Reply)
Discussion started by: postcd
1 Replies