Hello,

I think i found problem but i don't know why :)

I have this problem since I installed 1.0.0 version, difference is that I
compiled with robotstream user instead of root for last version.

I modify my start.sh as this : (add su - robotstream --command....)

cd /RADIOROOT/PLAYERS
killall player_1
su - robotstream --command='/RADIOROOT/PLAYERS/player_1 --debug -t
/RADIOROOT/PLAYERS/player_1.conf' & > /dev/null

if I run start.sh liquid run but stop alone

if I did directly with shell :
su - robotstream
/RADIOROOT/PLAYERS/player_1 --debug -t /RADIOROOT/PLAYERS/player_1.conf
It's working !

(with and without --debug and I put my last file configuration and It's ok
too)

Have you idea ? :)

thansks

-----Message d'origine-----
De : Romain Beauxis [mailto:to...@rastageeks.org] 
Envoyé : lundi 19 décembre 2011 21:57
À : Numerizik Mailing Guillaume
Cc : david.bae...@ens-lyon.org; savonet-users@lists.sourceforge.net
Objet : Re: [Savonet-users] liquid stop alone (last hg version)

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://w
> ww.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