| View previous topic :: View next topic |
| Author |
Message |
Anonymous Guest
|
Posted: Sun Feb 26, 2006 11:04 pm Post subject: problem with "on-demand" feature |
|
|
I am trying to relay multiple server/mount points using icecast. I setup multiple mount points and it worked fine, until I enabled “on-demand”.
With on-demand option set, my client would connect to server, buffer, and then immediately go to reconnect, never playing anything.  |
|
| Back to top |
|
 |
karlH Code Warrior

Joined: 13 Jun 2005 Posts: 5476 Location: UK
|
Posted: Mon Feb 27, 2006 12:39 am Post subject: |
|
|
Check the error log, of the few times this sort of thing is reported it's usually down to people connecting to shoutcast. When the listener connects the relay is started and shoutcast starts sending a burst, unfortunately the burst from shoutcast is obscenely huge and may flood the icecast queue, and the listener may be pushed off the end without catching being able to catch up. For on-demand relays increase the queue-size (it's a maximum setting) and/or add an intro file.
karl. |
|
| Back to top |
|
 |
Anonymous Guest
|
Posted: Mon Feb 27, 2006 7:08 am Post subject: |
|
|
| karlH wrote: |
Check the error log, of the few times this sort of thing is reported it's usually down to people connecting to shoutcast. When the listener connects the relay is started and shoutcast starts sending a burst, unfortunately the burst from shoutcast is obscenely huge and may flood the icecast queue, and the listener may be pushed off the end without catching being able to catch up. For on-demand relays increase the queue-size (it's a maximum setting) and/or add an intro file.
karl. |
Thanks! Increasing queue-size helped! |
|
| Back to top |
|
 |
|