2011/12/19 Numerizik Mailing Guillaume <fo...@numerizik.com>:
> Hello,

Hi!

> I simplified my script :

Thanks for that!

> # 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 am not entierly sure that perfomances is the issue here: if the box
was lagging, you'd see the infamous "catchup" message, not a silence..
Besides, 5 liquidsoap instances at the same time seems perfectly
reasonable for regular boxes..

Since the smart_crossfade seems to be the issue here, my suspicion
goes towards your fade_out=0. parameter... Have you tried to play with
those, remove them all, then add them back one by one etc.. ?

Romain

------------------------------------------------------------------------------
Write once. Port to many.
Get the SDK and tools to simplify cross-platform app development. Create 
new or port existing apps to sell to consumers worldwide. Explore the 
Intel AppUpSM program developer opportunity. appdeveloper.intel.com/join
http://p.sf.net/sfu/intel-appdev
_______________________________________________
Savonet-users mailing list
Savonet-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/savonet-users

Reply via email to