Hi Alexander,

2013/3/20 Alexander Dal Farra <alexander.dalfa...@dmd2.net>:
> Dear list,
>
> I am struggling with upgrading to liquidsoap 1.1.0 beta on Win32.
>
> Here is the .liq I'd like to use (this works fine with V1.0.1):
>
> --snipp--
> set("log.file",false)
> set("log.stdout",true)
> set("log.level",4)
> channelid = "hotelradio.fm Fado"
>
> # A playlist source with a smart crossfade
> s = playlist(reload=80000, "Y:\content\m3u\fado.m3u")
> s = smart_crossfade(fade_out=0.5,fade_in=0.5,s)
> s = nrj(s)
> %include "Y:\scripts\liq\reporting.liq"
>
> monosource = mean (s)
>
> output.icecast(%mp3(msg="",mono=true,bitrate=64),fallible=true,description="chanelid",url="http://hotelradio.fm",mount="fado",host="live-four",port=8080,password="xxxx",monosource)
>
>
>
> --snipp--
>
> while on the old version all worked fine, the 1.1.0 beta 3 closes without
> playing any song. Am I missing something?

Thanks for the feedback. I have been able to reproduce your issue. It
is most likely due to some problem in the way we build the win32
binary. I will get this fixed before posting a new win32 snapshot.

Romain

------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_mar
_______________________________________________
Savonet-users mailing list
Savonet-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/savonet-users

Reply via email to