Hello,

I simplified my script :

# SERVER SETTINGS
set("log.file.path","/RADIOROOT/LOGS/player_1.log")
set("log.stdout", true)
set("server.telnet", true)
set("server.telnet.port",8012)

# INPUT SETTINGS
list = playlist.safe(mode="normal", "/RADIOROOT/PLAYERS/player_1.lst")
default = single("/home/securite.mp3")
source = fallback(track_sensitive = true,[ request.queue(id="request") ,
list, default])

# EFFECTS SETTINGS
source = smart_crossfade(fade_in=1.,fade_out=0.,start_next=2.,source)

# OUTPUT SETTINGS
output.harbor(%mp3(bitrate=128),port=8010,mount="listen",url="http://www.num
erizik.com",icy_metadata="true",protocol="icy",source)

and same problem... 

without smart_crossfade it's seems ok, I suspect performance problem on my
box system, is it possible to add cache on smart_crossfade ? load of my box
is ok 0.18 but I start 5 liquid in same time....

I need to find solution to run 5 liquid on this box :)

thanks


-----Message d'origine-----
De : David Baelde [mailto:david.bae...@gmail.com] 
Envoyé : samedi 17 décembre 2011 11:06
À : Romain Beauxis
Cc : Numerizik Mailing Guillaume; savonet-users@lists.sourceforge.net
Objet : Re: [Savonet-users] liquid stop alone (last hg version)

Hi Guillaume,

I second what Romain said. To motivate you a bit more, I'll add that if you
find that, for example, crossfading or harbor input, is responsible for the
bug, we'll be able to help at this point. Also if you manage to get a simple
script that still has the problem, we'll investigate to see where it comes
from.

I'm really curious about your issue, there's no obvious culprit in my
opinion. But we're lucky that the bug shows up after just one track, it
should be relatively simple to identify and fix it.

Cheers,
--
David


------------------------------------------------------------------------------
Learn Windows Azure Live!  Tuesday, Dec 13, 2011
Microsoft is holding a special Learn Windows Azure training event for 
developers. It will provide a great way to learn Windows Azure and what it 
provides. You can attend the event by watching it streamed LIVE online.  
Learn more at http://p.sf.net/sfu/ms-windowsazure
_______________________________________________
Savonet-users mailing list
Savonet-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/savonet-users

Reply via email to