| View previous topic :: View next topic |
| Author |
Message |
Guilherme Guest
|
Posted: Tue Jan 17, 2006 4:27 am Post subject: My server drops the users on dj changes |
|
|
Hello, I'm from Brasil, u may find some errors but there we go!
When I disconnect from the server and another person login, the stream for the listeners stops! It looks like there was nobody after me and the mountpoint is off, so the listeners have to reconnect to continue listenning... And it's not good.
I'll be veeery glad if somebody help me!
Tkz! |
|
| Back to top |
|
 |
karlH Code Warrior

Joined: 13 Jun 2005 Posts: 5476 Location: UK
|
Posted: Tue Jan 17, 2006 1:50 pm Post subject: |
|
|
Look at using a fallback mount, 2.3.1 allows for the fallback to be a stream or a file in webroot.
karl. |
|
| Back to top |
|
 |
liteFun
Joined: 13 Jan 2006 Posts: 79
|
Posted: Sun Jan 22, 2006 5:50 pm Post subject: |
|
|
Basically just these lines in config how you can make gapless dj change.
When dj1 streamin to /stream stops and dj2 is already streaming to /dj2 listeners will hear /dj2 mountpoint.
<fallback-override> will make possible to pull listeners back from /dj2 if someone starts to stream into /stream mountpoint.
<mount>
<mount-name>/stream</mount-name>
<fallback-mount>/dj2</fallback-mount>
<fallback-override>1</fallback-override>
</mount>
<mount>
<mount-name>/dj2</mount-name>
</mount> |
|
| Back to top |
|
 |
|