| View previous topic :: View next topic |
| Author |
Message |
megalife21
Joined: 05 Nov 2008 Posts: 1 Location: Lodi, New Jersey
|
Posted: Wed Nov 05, 2008 6:49 pm Post subject: Configuring the Icecast 2 server |
|
|
Could someone please tell me how to configuire the Icecast 2 server? This is what I see below. I just acquired the Sam2 broadcaster. How do I make my internet talk radio station work?
Thank You
JPM
<!-- This config file contains a minimal set of configurable parameters,
and mostly just contains the things you need to change. We created
this for those who got scared away from the rather large and heavily
commented icecast.xml.dist file. -->
<icecast>
<limits>
<sources>2</sources>
</limits>
<authentication>
<source-password>hackme</source-password>
<relay-password>hackme</relay-password>
<admin-user>admin</admin-user>
<admin-password>hackme</admin-password>
</authentication>
<hostname>localhost</hostname>
<listen-socket>
<port>8000</port>
</listen-socket>
<fileserve>1</fileserve>
<paths>
<logdir>./logs</logdir>
<webroot>./web</webroot>
<adminroot>./admin</adminroot>
<alias source="/" dest="/status.xsl"/>
</paths>
<logging>
<accesslog>access.log</accesslog>
<errorlog>error.log</errorlog>
<loglevel>3</loglevel> <!-- 4 Debug, 3 Info, 2 Warn, 1 Error -->
</logging>
</icecast>
[b][/b] |
|
| Back to top |
|
 |
karlH Code Warrior

Joined: 13 Jun 2005 Posts: 5476 Location: UK
|
Posted: Wed Nov 05, 2008 7:27 pm Post subject: |
|
|
If we assume that the server is running and accessible by the intended listeners then you just need to supply the required information into sam for connecting to icecast, ie the address, port 8000, username source password hackme (source-password) and a mountpoint eg /live.ogg
karl. |
|
| Back to top |
|
 |
|