Hello Everybody,
I have problem on my liquid
Here my configuration file :
# SERVER SETTINGS
set("log.file.path","/home/player/logs/player_129_liquid.log")
set("log.stdout", true)
#set("server.telnet", true)
set("init.daemon",true)
set("init.daemon.pidfile",true)
set("decoding.buffer_length",30.)
set("server.telnet.port",xxxxx)
def crossfade(~start_next,~fade_in,~fade_out,s)
s = fade.in(duration=fade_in,s)
s = fade.out(duration=fade_out,s)
fader = fun (a,b) -> add(normalize=false,[b,a])
cross(duration=start_next,fader,s)
end
# INPUT SETTINGS
list = playlist.safe(mode="normal",
"/home/player/bin/player_129_liquid.lst")
default = single("/home/securite.mp3")
live =
input.http(id="fluxlive",buffer=19.,max=20.,"http://xxx.xxx.xxx.xxx:xxxxx")
source = fallback(track_sensitive = false,[ request.queue(id="request") ,
live, list, default])
source = insert_metadata(id="metatag",source)
# EFFECTS SETTINGS
list = eat_blank(threshold=-50.0,length=1.9,list)
source = amplify(1.,source)
source = crossfade(fade_in=10.,fade_out=10.,start_next=10.,source)
# OUTPUT SETTINGS
output.icecast(%mp3, host="xxx.xxx.xxx.xxx",port=xxxxx,
password="xxxxxx",restart=true,protocol ="icy", genre=" ", url=" ",
description=" ", name=" ", mount="/",source)
Logs :
2011/01/11 10:54:57 [fluxlive:3] Buffer overrun: Dropping 0.03s.
2011/01/11 10:54:57 [fluxlive:3] Buffer overrun: Dropping 0.03s.
2011/01/11 10:54:57 [fluxlive:3] Buffer overrun: Dropping 0.03s.
2011/01/11 10:54:57 [fluxlive:3] Buffer overrun: Dropping 0.03s.
2011/01/11 10:54:57 [fluxlive:3] Buffer overrun: Dropping 0.03s.
2011/01/11 10:54:57 [fluxlive:3] Buffer overrun: Dropping 0.03s.
2011/01/11 10:54:57 [fluxlive:3] Buffer overrun: Dropping 0.03s.
2011/01/11 10:54:57 [fluxlive:3] Buffer overrun: Dropping 0.03s.
2011/01/11 10:54:57 [fluxlive:3] Buffer overrun: Dropping 0.03s.
2011/01/11 10:54:57 [fluxlive:3] Buffer overrun: Dropping 0.03s.
2011/01/11 10:54:57 [fluxlive:3] Buffer overrun: Dropping 0.03s.
2011/01/11 10:54:57 [fluxlive:3] Buffer overrun: Dropping 0.03s.
2011/01/11 10:54:57 [fluxlive:3] Buffer overrun: Dropping 0.03s.
Can you tell me why i have buffer overrun a lot of time (since 100 lines)
and stream switch between live and local playlist... Buffer problem ??
Thanks for your help
guillaume
------------------------------------------------------------------------------
Gaining the trust of online customers is vital for the success of any company
that requires sensitive data to be transmitted over the Web. Learn how to
best implement a security strategy that keeps consumers' information secure
and instills the confidence they need to proceed with transactions.
http://p.sf.net/sfu/oracle-sfdevnl
_______________________________________________
Savonet-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/savonet-users