Re: [Savonet-users] manage streams dynamically

2011-03-10 Thread Martin Konečný
Creating sources dynamically sounds very interesting. Please post these :) On Thu, Mar 10, 2011 at 5:33 PM, Romain Beauxis wrote: > Hi Boris! > > Le 10 mars 2011 13:15, Boris Zhidkov a écrit : > > Hi, all. > > I want to manage streams dynamically, so I need to generate .liq scripts > and > > exe

Re: [Savonet-users] manage streams dynamically

2011-03-10 Thread Romain Beauxis
Hi Boris! Le 10 mars 2011 13:15, Boris Zhidkov a écrit : > Hi, all. > I want to manage streams dynamically, so I need to generate .liq scripts and > execute them in some way. > How can I realize it? > Is it possible to run liquidsoap scripts via telnet? Or must I replace > scripts in /etc/liquids

Re: [Savonet-users] conditional crossfading

2011-03-10 Thread Romain Beauxis
Hi Peter! 2011/3/10 Peter Walter : > hello, > > transitions of our tracks are done with smart_crossfade from utils.liq. > > source = smart_crossfade( source) > > but we don't want our jingles and news tracks being faded in and out. > our jingles and news metadata "artist" fields all start with "ID

Re: [Savonet-users] Trying to build custom debian packet...

2011-03-10 Thread Romain Beauxis
Hi! Le 9 mars 2011 17:06, Kerozen a écrit : > Hi, > > We've been trying to build custom debian packets - since the official ones > come with many useful functions not builtin (mp3 encoding support etc.), and > the "daily debian packages" seem not to work (segfault for all those we've > tried). I

Re: [Savonet-users] opal

2011-03-10 Thread Romain Beauxis
Hi! 2011/3/9 Vieri : > I have opal library version 2.2.11 but liquidsoap's configure script doesn't > find the opal.h header file: > > checking for libopal... Header not found: /usr/include/opal/opal.h > > What libopal version are you using with liquidsoap 0.9.3? I do not know.. Opal support has

Re: [Savonet-users] Proud Savonet users

2011-03-10 Thread Samuel Mimram
Added too! This is great to hear about all of you people using Liquidsoap :) On Thu, Mar 10, 2011 at 10:16 PM, Brandon Casci wrote: > > I've been meaning to submit Loudcaster for some months now...but since > there is traction here, please add http://loudcaster.com (150+ stations) > > Alsowe

Re: [Savonet-users] Proud Savonet users

2011-03-10 Thread Brandon Casci
I've been meaning to submit Loudcaster for some months now...but since there is traction here, please add http://loudcaster.com (150+ stations) Alsowe've got some interested angel investors, so if anyone wants to talk about helping us out please contact me off list. We need a liquidoap expert

[Savonet-users] manage streams dynamically

2011-03-10 Thread Boris Zhidkov
Hi, all. I want to manage streams dynamically, so I need to generate .liq scripts and execute them in some way. How can I realize it? Is it possible to run liquidsoap scripts via telnet? Or must I replace scripts in /etc/liquidsoap and restart init.d/liquidsoap everytime I generate new scripts? ---

Re: [Savonet-users] Proud Savonet users

2011-03-10 Thread Samuel Mimram
I added both of you! On Thu, Mar 10, 2011 at 2:17 PM, Quentin Drouet wrote: > You maybe should add a form or something else for this type of tasks no? > > I know also a radio www.groovalizacion.com using liquidsoap > > /me whistling > > It's in the task list to put some infos on the background

Re: [Savonet-users] liquidsoap and emptying a queue

2011-03-10 Thread Martin Konečný
Jonas is not working on Airtime, but we are using some his old code to schedule Liquidsoap :) I had conservative set to true, I disabled this and now see only 1 item in the primary queue, and everything else in the secondary queue, so thanks for the tip :). I set the length parameter to 0.1, sinc

Re: [Savonet-users] port 8005 already taken for multiple liquidsoap processes

2011-03-10 Thread Jean-Francois Mauguit
Hello, In fact we are running 140 Liquidsoap instances in parallel on our most recent servers with harbor input on each instance. We don't have any problems with it :-) HTH Jef On 10 Mar 2011, at 17:59, David Baelde wrote: > Hi, > > It's perfectly possible to have 16 liquidsoap, each one ha

Re: [Savonet-users] port 8005 already taken for multiple liquidsoap processes

2011-03-10 Thread David Baelde
Hi, It's perfectly possible to have 16 liquidsoap, each one having an harbor input. (In fact, radionomy does something similar.) You can also have 8 liquidsoap instances, each one having two harbor inputs. It does not matter if they are all active at the same time or not. All that matters is that

Re: [Savonet-users] port 8005 already taken for multiple liquidsoap processes

2011-03-10 Thread Davit Barbakadze
We have 16 different channels and in perspective there might be necessity to switch live stream periodically simultaneously in all 16 channels. Like music fades out and live come in. When all 16 channels are running in single liquidsoap process solution seems to be obvious, but what about separate

Re: [Savonet-users] liquidsoap and emptying a queue

2011-03-10 Thread David Baelde
Hi Martin, What version of liquidsoap is running behind airtime, and what are the exact parameters of the queue? With a non-conservative queue (which is the default on recent versions) it should be rare to have more than one file in queue (and in fact, you should only get one file when you're gett

Re: [Savonet-users] Error with telnet dump sample code

2011-03-10 Thread David Baelde
I think I partially answered that question already. On Wed, Mar 9, 2011 at 8:37 PM, Paris wrote: > Can anyone explain to me how can I solve this problem? Upgrade to a version that has support for references (beta or SVN). > Also what does the operator ":=" do? You're right that the script lang

Re: [Savonet-users] port 8005 already taken for multiple liquidsoap processes

2011-03-10 Thread David Baelde
I'm glad your problem is solved. On Thu, Mar 10, 2011 at 8:31 AM, Davit Barbakadze wrote: > But will that mean that for every liquidsoap process I will need a separate > harbor? > Is it possible to interrupt all running processes with single live input? > Or I will need to run all channels on si

[Savonet-users] conditional crossfading

2011-03-10 Thread Peter Walter
hello, transitions of our tracks are done with smart_crossfade from utils.liq. source = smart_crossfade( source) but we don't want our jingles and news tracks being faded in and out. our jingles and news metadata "artist" fields all start with "ID_". so i thought to extend the function to do th

Re: [Savonet-users] Proud Savonet users

2011-03-10 Thread Quentin Drouet
You maybe should add a form or something else for this type of tasks no? I know also a radio www.groovalizacion.com using liquidsoap /me whistling It's in the task list to put some infos on the background technologies in use but time is the same for everyone ... even more when it's done on free

Re: [Savonet-users] Proud Savonet users

2011-03-10 Thread Jean-Francois Mauguit
Hello, Each time we talk about our platform we talk about liquidsoap as an important part of it :-) On our website, which is for listeners, we don't talk about the technical things (liquidsoap, icecast, ...) on which it's running but I'll see if we can put it in the partners or something like

Re: [Savonet-users] Proud Savonet users

2011-03-10 Thread David Baelde
Hi JF, I was thinking of adding radionomy a while back, I think it's also a good candidate for the front page. The only reason why I didn't do it is because radionomy doesn't adverstise that it uses liquidsoap (it almost hides it, sometimes). Other users don't display their use of liquidsoap, that