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 

Alias mount
Goto page Previous  1, 2
 
Post new topic   Reply to topic    Icecast Streaming Media Server Forum Index -> Icecast Server
View previous topic :: View next topic  
Author Message
daverogers



Joined: 09 Jan 2012
Posts: 17

PostPosted: Wed Jan 11, 2012 11:38 pm    Post subject: Reply with quote

Hey Karl I have it working now. One thing I noticed is it takes almost 2 minutes for the relay to actually come out the /listen mount. If I listen to the wildone mount it is playing strait away. But delays almost 2 min going out of the /listen mount.

Thanks mate
Back to top
View user's profile Send private message
daverogers



Joined: 09 Jan 2012
Posts: 17

PostPosted: Thu Jan 12, 2012 12:21 am    Post subject: Reply with quote

Got it <master-update-interval>1</master-update-interval>

Will this have any effect performance wise by setting this to 1 second?
Back to top
View user's profile Send private message
karlH
Code Warrior
Code Warrior


Joined: 13 Jun 2005
Posts: 5476
Location: UK

PostPosted: Thu Jan 12, 2012 1:52 am    Post subject: Reply with quote

Again you seem to be adding things that have not been mentioned and that is confusing you. Assuming wildone is the DJ mountpoint then

Code:
<relay>
   <server>localhost</server>
   <port>*****</port>
   <mount>/offline</mount>
   <local-mount>/listen</local-mount>
</relay>

<mount>
    <mount-name>/listen</mount-name>
    <max-listeners>100</max-listeners>
</mount>

<mount>
   <mount-name>/offline</mount-name>
   <password>******</password>
   <max-listeners>1</max-listeners>
   <hidden>1</hidden>
   <public>0</public>
</mount>

<mount>
   <mount-name>/wildone</mount-name>
   <password>******</password>
   <max-listeners>1</max-listeners>
   <hidden>1</hidden>
   <public>0</public>
   <fallback-mount>/offline</fallback-mount>
   <fallback-override>1</fallback-override>
</mount>


As you can see, /listen is a relay of /offline, it does not fallback anywhere but the relay tries to start even <master-update-interval> seconds (don't use 1, 60 is more than enough). Remember the relay starts and keeps running

/wildone is only serves the relay when it's connected. /offline is the default stream.

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



Joined: 09 Jan 2012
Posts: 17

PostPosted: Fri Jan 13, 2012 7:22 pm    Post subject: Reply with quote

hanks for your help Karl its working now Smile
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    Icecast Streaming Media Server Forum Index -> Icecast Server All times are GMT
Goto page Previous  1, 2
Page 2 of 2

 
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