| View previous topic :: View next topic |
| Author |
Message |
resistenciaradio
Joined: 09 Dec 2008 Posts: 3 Location: London
|
Posted: Tue Dec 09, 2008 6:11 pm Post subject: IM having trouble configurating my server |
|
|
hi! I would like to know if you could help me to configure my icecast server from Scratch, I will be broadcasting from my powerful home PC with Windows Vista system... I just don't understand how to make the IP address connect with my SAM2 Broadcaster... I'm getting error of connection thought I put as host my IP address.... the one that ends with a 1XX.XXX.1.254
I would appreciate if you could tell me how to setup everything on the configuration... I want to broadcast to 100 clients at 40kb/s will appreciate your help as Im lost in space right now
Many Thanks
Hector _________________ Greetings world Im in trouble need some tech help! |
|
| Back to top |
|
 |
karlH Code Warrior

Joined: 13 Jun 2005 Posts: 5476 Location: UK
|
Posted: Tue Dec 09, 2008 7:30 pm Post subject: |
|
|
If you are connecting the source client to icecast and both are on the same machine then use a 127.0.0.1 address, just in case the provider allocated IP changes on you.
karl. |
|
| Back to top |
|
 |
resistenciaradio
Joined: 09 Dec 2008 Posts: 3 Location: London
|
Posted: Tue Dec 09, 2008 7:37 pm Post subject: |
|
|
| karlH wrote: |
If you are connecting the source client to icecast and both are on the same machine then use a 127.0.0.1 address, just in case the provider allocated IP changes on you.
karl. |
Thanks Karl,
are these settings then right if I wanna broadcast for 100 clients at 40kb/s?
<!-- 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>
<clients>100</clients>
<sources>2</sources>
<threadpool>5</threadpool>
<queue-size>102400</queue-size>
<client-timeout>30</client-timeout>
<header-timeout>15</header-timeout>
<source-timeout>10</source-timeout>
<burst-on-connect>1</burst-on-connect>
<burst-size>65536</burst-size>
</limits>
<authentication>
<source-password>progreso2008</source-password>
<relay-password>progreso2008</relay-password>
<admin-user>admin</admin-user>
<admin-password>progreso2008</admin-password>
</authentication>
<hostname>127.0.0.1</hostname>
<listen-socket>
<port>8000</port>
</listen-socket>
<fileserve>100</fileserve>
<paths>
<logdir>./logs</logdir>
<webroot>./web</webroot>
<adminroot>./admin</adminroot>
<alias source="/resistencia" 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>
Many thanks, Hector _________________ Greetings world Im in trouble need some tech help! |
|
| Back to top |
|
 |
resistenciaradio
Joined: 09 Dec 2008 Posts: 3 Location: London
|
Posted: Tue Dec 09, 2008 9:34 pm Post subject: |
|
|
many Thanks!
Is working and on air already!
you guys kick ass!
thanks!
H _________________ Greetings world Im in trouble need some tech help! |
|
| Back to top |
|
 |
|