On Sun, 2005-01-02 at 13:48, Carsten Henkel wrote:> <limits> > <clients>50</clients> > <sources>2</sources>only 2 sources are allowed, so make sure you don't hit that limit.> <threadpool>20</threadpool>a bit excessive really, most people can get away with 1 or 2> <mount> > <mount-name>/</mount-name> > <username>bla</username> > <password>blabla</password> > <max-listeners>50</max-listeners> > <dump-file>/tmp/dump-example1.mp3</dump-file> > <fallback-mount>/backup</fallback-mount> > </mount>no override set, so just a fallback. All listeners on / will be moved to /backup if that is active at the time the fallback occurs. The error.log should state any problem like /backup not connecting. karl.
Guten Abend Karl Heyes, Am Sonntag, 2. Januar 2005 um 16:22 schrieben Sie: KH> On Sun, 2005-01-02 at 13:48, Carsten Henkel wrote:>> cKH> only 2 sources are allowed, so make sure you don't hit that limit. <sources>2</sources>>> <threadpool>20</threadpool>KH> a bit excessive really, most people can get away with 1 or 2 <threadpool>2</threadpool> KH> no override set, so just a fallback. All listeners on / will be moved to KH> /backup if that is active at the time the fallback occurs. <mount> <mount-name>/</mount-name> <username>source</username> <password>RCLRPW!</password> <max-listeners>50</max-listeners> <dump-file>/tmp/dump-example1.mp3</dump-file> <fallback-mount>/backup</fallback-mount> <fallback-override>1</fallback-override> </mount> thanks, now they are movin back. but the musik is mutch to fast for the listners behind the moving to the mainstream. when the listners are moving to the backup the speed auf the song is right now. have al lot og thanks. -- Mit freundlichen Gr?ssen Carsten Henkel mailto:carsten@chatlabel.de Wenn eine Diskette im Laufwerk klemmt, wende Gewalt an. Wenn sie kaputt geht, h?tte sie sowieso erneuert werden m?ssen. dieser Text ist zuf?llig gew?hlt und hat nichts mit dem Empf?nger der e-Mail zu tun. Carsten Henkel Passauer Stra?e 7 94577 Winzer tel.: 0049 (0)180-3684398-360 fax.: 0049 (0)180-3684398-039 http://chatlabel.de http://radio.chatlabel.de
On Sun, 2005-01-02 at 17:57, Carsten Henkel wrote:> KH> no override set, so just a fallback. All listeners on / will be moved to > KH> /backup if that is active at the time the fallback occurs. > > <mount> > <mount-name>/</mount-name> > <username>source</username> > <password>RCLRPW!</password> > <max-listeners>50</max-listeners> > <dump-file>/tmp/dump-example1.mp3</dump-file> > <fallback-mount>/backup</fallback-mount> > <fallback-override>1</fallback-override> > </mount> > > thanks, now they are movin back. but the musik is mutch to fast for > the listners behind the moving to the mainstream. when the listners are moving to the backup the speed auf > the song is right now.If the audio is playing too fast then that would indicate that the backup stream has different parameters to the stream it came from. A common problem is if the main stream is 44100 hz and the backup is 22050 hz, or stereo falling back to mono. Some player/drivers just don't handle the change in those settings midstream, causing effects like what you are describing. karl.