Re: [Savonet-users] Help with clocks

2013-03-22 Thread David Baelde
Hi kronos, On Thu, Mar 21, 2013 at 11:30 PM, liquids...@aolohr.com wrote: We are running six streams from a single script (128, 96, 64 and 32 kbps mp3; 64 and 32 kbps ogg - all Icecast 2.x) under LS 1.0.0. The first question is whether you need those six outputs to belong to the same script.

Re: [Savonet-users] Using the telnet-server to switch channels

2013-03-22 Thread Samuel Mimram
Yes, you can select tracks with the switch operator. And this can easily be made dynamic using an interactive.bool. For instance: # Activate the telnet server set(server.telnet,true) # The two sources s1 = playlist(~/Music) s2 = sine() # Create an interactive boolean b =

Re: [Savonet-users] Help with clocks

2013-03-22 Thread liquidsoap
On Fri, 22 Mar 2013 04:54:23 -0400, David Baelde david.bae...@gmail.com wrote: Hi kronos, On Thu, Mar 21, 2013 at 11:30 PM, liquids...@aolohr.com wrote: We are running six streams from a single script (128, 96, 64 and 32 kbps mp3; 64 and 32 kbps ogg - all Icecast 2.x) under LS 1.0.0.

Re: [Savonet-users] scheduling function execution

2013-03-22 Thread Samuel Mimram
Hi, Yes the function is called at regular intervals. However it is ended immediately after the first time, and compared to mp3 encoding this cannot be noticed really... ++ Sam. On Wed, Mar 20, 2013 at 2:57 PM, Leonard de Ruijter leesv...@leonardderuijter.nl wrote: Hey Sam, Does this imply