| View previous topic :: View next topic |
| Author |
Message |
daverogers
Joined: 09 Jan 2012 Posts: 17
|
Posted: Wed Jan 11, 2012 11:38 pm Post subject: |
|
|
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 |
|
 |
daverogers
Joined: 09 Jan 2012 Posts: 17
|
Posted: Thu Jan 12, 2012 12:21 am Post subject: |
|
|
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 |
|
 |
karlH Code Warrior

Joined: 13 Jun 2005 Posts: 5476 Location: UK
|
Posted: Thu Jan 12, 2012 1:52 am Post subject: |
|
|
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 |
|
 |
daverogers
Joined: 09 Jan 2012 Posts: 17
|
Posted: Fri Jan 13, 2012 7:22 pm Post subject: |
|
|
hanks for your help Karl its working now  |
|
| Back to top |
|
 |
|