Re: [Savonet-users] Fwd: Early requesting of playlist items.

2008-11-20 Thread David Baelde
2008/11/20 Łukasz Jarosław Mozer <[EMAIL PROTECTED]>: > Still, is there any chance, that liquidsoap someday will be able to query > for next track at user-specified time before current track ends, when > annotate protocol return valid length of tune? There's a chance, yes. Actually, you just made

Re: [Savonet-users] Fwd: Early requesting of playlist items.

2008-11-20 Thread Łukasz Jarosław Mozer
On Wed, 19 Nov 2008, Łukasz Jarosław Mozer wrote: I will notice list when this sollution will work for some time. Okay, the patch is working fine and as it should. Of course, it causes smart_crossfade doesn't work. But i'm aware that this sollution is very simple workarround. Still, is the

Re: [Savonet-users] scheduling help

2008-11-20 Thread Gil Brandão
On Thu, Nov 20, 2008 at 7:19 PM, David Baelde <[EMAIL PROTECTED]> wrote: >> - I don't want to rely on file length. I'm "almost a control >> engineer" (doing my thesis), and I'm aware of time integration >> problems, so I like enforcing time resets when they make sense. >> >> - I will need 3* k

Re: [Savonet-users] scheduling help

2008-11-20 Thread David Baelde
Hey, I have a bit more time now. We did a liquidsoap demo at the end of the afternoon. That went pretty well, we managed to hide the bugs from the SVN version, and show cools examples with audio and video :) On Thu, Nov 20, 2008 at 4:27 PM, Gil Brandão <[EMAIL PROTECTED]> wrote: > So if I want to

Re: [Savonet-users] input.harbor for both, ICY and Icecast2 protocol

2008-11-20 Thread 1394542
On 11/20/2008 01:52 PM, Romain Beauxis wrote: > Le Thursday 20 November 2008 13:15:52 1394542, vous avez écrit : >> Hi! > > Hi ! > Hi again! >> Is ist possible to configure an input.harbor, so that it works with no >> matter what clients connects to it? > > Yes. input.harbor may accept a

Re: [Savonet-users] scheduling help

2008-11-20 Thread Gil Brandão
On Thu, Nov 20, 2008 at 2:15 PM, David Baelde <[EMAIL PROTECTED]> wrote: > About queues. You create a queue with request.queue(id="myqueue"), to > give it a nice explicit name. Then you enable the access to the server > via telnet (option -t or set("server.telnet",true)). Then the command > goes li

Re: [Savonet-users] scheduling help

2008-11-20 Thread David Baelde
Hi Gil, Good point about mix, that was a bad example, too extreme. It's made for toplevel mixing, not fine control of availability. About queues. You create a queue with request.queue(id="myqueue"), to give it a nice explicit name. Then you enable the access to the server via telnet (option -t or

Re: [Savonet-users] scheduling help

2008-11-20 Thread Gil Brandão
On Thu, Nov 20, 2008 at 12:10 PM, Romain Beauxis <[EMAIL PROTECTED]> wrote: > Using telnet/socket or server.exec. The syntax is: > source.add request > > A "generic" request is a request than may point to a distant FTP file, or any > other kind of protocol, lime samba, http, etc.. (you can even r

Re: [Savonet-users] input.harbor for both, ICY and Icecast2 protocol

2008-11-20 Thread Romain Beauxis
Le Thursday 20 November 2008 13:15:52 1394542, vous avez écrit : > Hi! Hi ! > I've got clients that use the ICY protocol, and clients that use Icecast2. > > Is ist possible to configure an input.harbor, so that it works with no > matter what clients connects to it? Yes. input.harbor may

[Savonet-users] input.harbor for both, ICY and Icecast2 protocol

2008-11-20 Thread 1394542
Hi! I'd like to use liquidsoap to stream data to. I've got clients that use the ICY protocol, and clients that use Icecast2. Is ist possible to configure an input.harbor, so that it works with no matter what clients connects to it? And if no, is it possible to configure two seperate input.harb

Re: [Savonet-users] scheduling help

2008-11-20 Thread Romain Beauxis
Le Thursday 20 November 2008 12:40:16 Gil Brandão, vous avez écrit : > So back to "fallback"... I'll try to state the problem in a clear > way: I would like to queue a source. (e)Queues handle requests. But > what is a request? From concepts.html: > > "An abstract notion of files: requests > > Th

Re: [Savonet-users] scheduling help

2008-11-20 Thread Gil Brandão
On Wed, Nov 19, 2008 at 9:27 PM, Gil Brandão <[EMAIL PROTECTED]> wrote: > On Wed, Nov 19, 2008 at 1:55 PM, David Baelde <[EMAIL PROTECTED]> wrote: > >> >> This time, I have to disagree with Romain. There is some synchrony at >> some level, but the end-user picture is different, that's what matters

Re: [Savonet-users] Output

2008-11-20 Thread Samuel Mimram
Hi, Jean-Francois Mauguit wrote: > Is it possible to output to icecast AND shoutcast from a single liq > process ? Yes, of course. You can do something along the lines of s = playlist("pl") output.icecast.mp3(s) output.shoutcast.mp3(s) which will output the source s on both icecast and shoutc

[Savonet-users] Output

2008-11-20 Thread Jean-Francois Mauguit
Hello, Is it possible to output to icecast AND shoutcast from a single liq process ? Thanks in advance, Jef - This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based ap