Hi all!

I'm testing the Snapshot for win32 of Liquidsoap, and compiling another on
linux.
Well, on Windows 7 it works very well.
But when I put it on a Windows 2008 Server the functions: crossfade,
smart_crossfade, smart_cross don't play and mix anything.
When run liquidsoap using mksafe(stream) and it switch to safe_blank or else
without mksafe() the streaming server has no connection.


###############################

set("log.file",false)
set("log.stdout",true)

music = playlist(mode="random","D:\Music")
jingles = playlist(mode="random","D:\jingles")

#s = smart_crossfade(rotate(weights = [1, 1],[jingles, music])) #don't work
s = rotate(weights=[1,1],[jingles,music])

output.icecast(%mp3(stereo=true, samplerate=44100, bitrate=128, quality=5),
  mount="Demo-Radio",
  protocol="icy",
  restart=true,
  host="myexternalserver",
  port=8000,
  password="password",
  mksafe(s))

###############################

-- 
Ricardo Viapiana
[email protected]
------------------------------------------------------------------------------
The Palm PDK Hot Apps Program offers developers who use the
Plug-In Development Kit to bring their C/C++ apps to Palm for a share
of $1 Million in cash or HP Products. Visit us here for more details:
http://p.sf.net/sfu/dev2dev-palm
_______________________________________________
Savonet-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/savonet-users

Reply via email to