Icecast Streaming Media Server Forum Index Icecast Streaming Media Server
Icecast is a Xiph Foundation Project
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

i cant relay more than 2 streams

 
Post new topic   Reply to topic    Icecast Streaming Media Server Forum Index -> Icecast Server
View previous topic :: View next topic  
Author Message
edmon
Guest





PostPosted: Thu Sep 01, 2005 12:44 pm    Post subject: i cant relay more than 2 streams Reply with quote

<relay>
<server>radio.ivuworks.com</server>
<port>8000</port>
<mount>/high.ogg</mount>
<local-mount>/gong.ogg</local-mount>
<relay-shoutcast-metadata>0</relay-shoutcast-metadata>
</relay>
<relay>
<server>193.108.24.21</server>
<port>8000</port>
<mount>/fresh.ogg</mount>
<local-mount>/fresh1.ogg</local-mount>
<relay-shoutcast-metadata>0</relay-shoutcast-metadata>
</relay>
<relay>
<server>broadcast.spnet.net</server>
<port>8000</port>
<mount>/darikhigh</mount>
<local-mount>/darik.ogg</local-mount>
<relay-shoutcast-metadata>0</relay-shoutcast-metadata>
</relay>
<relay>
<server>193.108.24.21</server>
<port>8000</port>
<mount>/mila.ogg</mount>
<local-mount>/mila1.ogg</local-mount>
<relay-shoutcast-metadata>0</relay-shoutcast-metadata>
</relay>


and server shows only two posible links
Back to top
karlH
Code Warrior
Code Warrior


Joined: 13 Jun 2005
Posts: 5476
Location: UK

PostPosted: Thu Sep 01, 2005 3:22 pm    Post subject: Reply with quote

check your error log, maybe the source of the relays are down or maybe you have a sources limit which is being reached.

karl.
Back to top
View user's profile Send private message Send e-mail Visit poster's website
Guest






PostPosted: Tue Sep 06, 2005 7:13 am    Post subject: Reply with quote

check your icecast.xml file. It may look something like this:

<icecast>
<limits>
<sources>2</sources>
</limits>
.
.
.
</icecast>

try changing it to something like this:

<limits>
<clients>100</clients>
<sources>2</sources>
</limits>

This will enable your server to handle 100 concurrent listeners.

The following link may help you:

http://www.icecast.org/docs/icecast-2.2.0/icecast2_config_file.html#limits

Vinay.
Back to top
Anonymous
Guest





PostPosted: Tue Sep 06, 2005 7:42 am    Post subject: Reply with quote

sorry I guess you need to make a change from

<limits>
<sources>2</sources>
</limits>


to something like:

<limits>
<sources>5</sources>
</limits>

Vinay.
Back to top
Display posts from previous:   
Post new topic   Reply to topic    Icecast Streaming Media Server Forum Index -> Icecast Server All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2002 phpBB Group
subRebel style by ktauber