Sponsored Content
Full Discussion: Linux FAQ Items
Operating Systems Linux Gentoo Linux FAQ Items Post 302088354 by prashant_ohol on Monday 11th of September 2006 05:13:37 PM
Old 09-11-2006
Computer What is shoutcast?

Hello,

What is shoutcast?

SHOUTcast is Nullsoft's Free Winamp-based distributed streaming audio system. Thousands of broadcasters around the world are waiting for you to tune in and listen.

How do we install shoutcast?

1.) Login to root

then download the shoutcast from nullsoft.

wget http://www.shoutcast.com/downloads/s...-glibc6.tar.gz

tar -zxvf shoutcast-1-9-2-linux-glibc6.tar.gz

rm -rf shoutcast-1-9-2-linux-glibc6.tar.gz

mv shoutcast-1-9-2-linux-glibc6 shoutcast

cd shoutcast

How to configure shoutcast?

Edit the shoutcast configuration.

pico sc_serv.conf

or

vi sc_serv.conf


depending on what you have


Ok lets set some important configureation options. Change these settings in the file:


MaxUser

Password

PortBase


uncomment AdminPassword and set an admin password.

to save crtl+x

How do i start shoutcast?

./sc_serv sc_serv.conf


bingo Smilie

Prashant 0hol - System Administrator
 

3 More Discussions You Might Find Interesting

1. Post Here to Contact Site Administrators and Moderators

Unix for Dummies FAQ

I have created a small FAQ for the "Unix for Dummies" forum. Hopefully this will be useful, as there are questions which are asked (and answered) repeatedly. <A HREF="http://www.droflet.net/unix_dot_com_faq.html">http://www.droflet.net/unix_dot_com_faq.html (0 Replies)
Discussion started by: PxT
0 Replies

2. Shell Programming and Scripting

awk between items including items

OS=HP-UX ksh The following works, except I want to include the <start> and <end> in the output. awk -F '<start>' 'BEGIN{RS="<end>"; OFS="\n"; ORS=""} {print $2} somefile.log' The following work in bash but not in ksh sed -n '/^<start>/,/^<end>/{/LABEL$/!p}' somefile.log (4 Replies)
Discussion started by: Ikon
4 Replies

3. Post Here to Contact Site Administrators and Moderators

Dead link in FAQ

Dead link from FAQ, then Technical FAQ: Senior Advisor - https://www.unix.com (Was about to suggest that a O/P read this FAQ). (9 Replies)
Discussion started by: methyl
9 Replies
darkice(1)						    DarkIce live audio streamer 						darkice(1)

NAME
darkice - an icecast / shoutcast live audio streamer SYNOPSIS
darkice [options] -c config.file DESCRIPTION
DarkIce as a live audio streamer. It records audio from an audio interface (e.g. sound card), encodes it and sends it to a streaming server. DarkIce can record from: * OSS audio devices * ALSA audio devices * Solaris audio interface * Jack sources DarkIce can encode in the following formats: * mp3 - using the lame library * mp2 - using the twolame library * Ogg Vorbis * AAC - using the faac library * AAC HEv2 - using the libaacplus (3GPP reference code) DarkIce can send the encoded stream to the following streaming servers: * ShoutCast * IceCast 1.3.x and 2.x * Darwin Streaming Server Darkice runs on the following operating systems: * FreeBSD * Linux on intel and PowerPC * MacOS X * NetBSD / OpenBSD * SUN Solaris DarkIce uses POSIX real-time scheduling to keep up with sound card input. POSIX real-time scheduling is only available if the program is run as root. Therefore it is recommended that DarkIce is run as root. OPTIONS
-c config.file Specifies what configuration file to use. If not specified, /etc/darkice.cfg will be used. -v n Sets the verbosity level, between 0 and 10. 0 is silent, 10 is loud. Defaults to 1. -h Prints the help page and exits. BUGS
Lots of bugs. SEE ALSO
darkice.cfg(5) AUTHOR
Akos Maroy <darkeye@tyrell.hu> ACKNOWLEDGEMENTS
Developed with contributions by Jim Crilly, <JCrilly@MSA.com> aNa|0Gue, <analogue@glop.org> Robin P. Blanchard, <Robin_Blanchard@gactr.uga.edu> Tom Gray, <tomg@future-i.com> Michael Smith, <msmith@labyrinth.net.au> Julius O. Smith, <jos@ccrma.stanford.edu> the OSALP team, http://osalp.sourceforge.net Kristjan G. Bjarnason <kgb@gangverk.is> Nicu Pavel <npavel@ituner.com> Kai Krakow <kai@kaishome.de> Atsuhiko Yamanaka <ymnk@jcraft.com> Ricardo Galli <gallir@uib.es> John Hay <jhay@icomtek.csir.co.za> Christian Forster <forster@like.e-technik.uni-erlangen.de> John Deeny <taqueso@dilapidated.org> Robert Lunnon <bobl@optushome.com.au> Enrico Ardizzoni <craken@users.sourceforge.net> Deti Fliegl <deti@fliegl.de> Nicholas J. Humfrey <njh@ecs.soton.ac.uk> Joel Ebel <jbebel@ncsu.edu> <jochen2@users.sourceforge.net> Alexander Vlasov <zulu@galaradio.com> Mariusz Mazur <mmazur@kernel.pl> dsk <derrick@csociety.org> Clyde Stubbs <clyde@htsoft.com> Jens Maurer <Jens.Maurer@gmx.net> Elod Horvath <elod@itfais.com> Pierre Souchay <pierre@souchay.net> Daniel Hazelbaker <daniel@highdesertchurch.com> Alessandro Beretta <alessandro.baretta@radiomaria.org> Roland Hermans <roland.hermans@omroepvenray.nl> Rafael Diniz <rafael@riseup.net> LINKS
Project homepage: http://code.google.com/p/darkice/ IceCast homepage: http://www.icecast.org/ ShoutCast homepage: http://www.shoutcast.com/ Darwin Streaming Server homepage: http://developer.apple.com/darwin/projects/streaming/ Lame homepage: http://www.mp3dev.org/mp3/ TwoLame homepage: http://www.twolame.org/ Ogg Vorbis homepage: http://www.xiph.org/ogg/vorbis/ faac homepage: http://www.audiocoding.com/ libaacplus homepage: http://tipok.org.ua/node/17 DarkSnow GTK front-end: http://darksnow.radiolivre.org/index.en.html written by Rafael Diniz DarkIce November 20, 2007 darkice(1)
All times are GMT -4. The time now is 02:23 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy