Re: [Savonet-users] track selection

2008-12-16 Thread David Baelde
Brandon Casci wrote: > Actually, a DJ does not hit the button. Right now I have ezstream sourcing > icecast. It executes an external script, which hits an API to get a track > uri. The web API contains my track selection logic. > > I was thinking of using liquid soap to handle requests, jingles, f

Re: [Savonet-users] track selection

2008-12-16 Thread Brandon Casci
Actually, a DJ does not hit the button. Right now I have ezstream sourcing icecast. It executes an external script, which hits an API to get a track uri. The web API contains my track selection logic. I was thinking of using liquid soap to handle requests, jingles, fallbacks, hooks for live events

Re: [Savonet-users] track selection

2008-12-16 Thread David Baelde
On Tue, Dec 16, 2008 at 7:26 PM, Romain Beauxis wrote: > If you want to be able to reload the playlist, you have to use string.ref, > which is at the moment the only way to define persistent values in liquidsoap > (this is a classic issue with functional programming). Romain meant non-persitent,

Re: [Savonet-users] track selection

2008-12-16 Thread Romain Beauxis
Le Tuesday 16 December 2008 18:42:50 Brandon Casci, vous avez écrit : > When the playlist is > over, the dj process just hits the API URL which gets a new playlist > populated by my rotation logic. Can I do something similar with liquidoap? Surely, yes ! I guess it should be done using a request.

[Savonet-users] track selection

2008-12-16 Thread Brandon Casci
Hello It looks like liquidsoap meets most of my needs. The fallback and time based playlist features are great. The only thing is, due to copyrights, there are certain song combinations and frequencies I have to honor. In my existing application, I call a web service (the dj process and the API ar

Re: [Savonet-users] ogg streaming

2008-12-16 Thread Romain Beauxis
Hi again ! Le Tuesday 16 December 2008 18:16:28 Brandon Casci, vous avez écrit : > I'm experimenting with liquidsoap. It's very nice. I've got two icecast > outputs set up. One mp3, one ogg. Whenever a track changes, the client > player drops the connection. There is a seamless transition

[Savonet-users] ogg streaming

2008-12-16 Thread Brandon Casci
Hello, I'm experimenting with liquidsoap. It's very nice. I've got two icecast outputs set up. One mp3, one ogg. Whenever a track changes, the client player drops the connection. There is a seamless transition between tracks on the mp3 stream. At first I thought it may be a buffer issue, so I incr

Re: [Savonet-users] installing deb package in ubuntu intrepid

2008-12-16 Thread Romain Beauxis
Le Tuesday 16 December 2008 15:01:24 Romain Beauxis, vous avez écrit : > I will try to fix this for the daily packages as soon as possible. This should be fixed now.. Romain -- SF.Net email is Sponsored by MIX09, March

Re: [Savonet-users] installing deb package in ubuntu intrepid

2008-12-16 Thread Romain Beauxis
Le Tuesday 16 December 2008 05:57:42 Brandon Casci, vous avez écrit : > Hello Hi ! > Ubuntu Intrepid claims the liblame0 dependency can't be satisfied. I think > that's because the liblam0 package is named libmp3lame0 in Ubuntu Intrepid. > I'm new to both liquidsoap and Ubuntu, so I could