Le Saturday 24 January 2009 07:46:31 Romeo, vous avez écrit :
> when harbor starts liquidsoap transits on playlist for a sec, then to a
> harbor source. everything is ok then. playlist continues to play after
> harbor gets down.

Humm... What you describe could be related to a bug in the scheduler...

Could you try adding the following to your script:
8<------------------------------>8
def regular_wake_up () = 
  # Do nothing, but tells the scheduler to restart
  # this task in 0.2 seconds
  0.2
end

add_timeout(0.2,regular_wake_up)
8<------------------------------>8

This will regulary wake the scheduler. If you issue is the one I fear (please 
no!), then it should fixe the problem.

Looking forward to know...


Romain

------------------------------------------------------------------------------
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
_______________________________________________
Savonet-users mailing list
Savonet-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/savonet-users

Reply via email to