Re: [Savonet-users] Preroll sound

2009-06-15 Thread Xavier Cazin
On Sun, Jun 14, 2009 at 6:34 PM, Jean-Francois Mauguit 
j...@radionomy.comwrote:

 Hello,

 Is it possible to pass trough the output.icecast a sound to play when
 a listener connect to icecast on the liquidsoap mount point ?


It looks like icecast2 itself has such a feature, but i'm not sure it is
super stable (see the 2.3.0 announcement here: http://www.icecast.org/).

X.
--
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables unlimited
royalty-free distribution of the report engine for externally facing 
server and web deployment.
http://p.sf.net/sfu/businessobjects___
Savonet-users mailing list
Savonet-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/savonet-users


[Savonet-users] Script Issue - Fallback from a live stream to a playlist - How to make a playlist to start from the beggining at every fallback?

2009-06-15 Thread kosnickx
 hi, i have a script that fallbacks between a playlist and a live 
stream. I am having this live stream and when i end it (disconnect from 
the icecast server) the playlist starts. So far everything is ok. But 
the thing is that the playlist starts from the middle of a song. I 
mean it seams to me that the playlist is already being streamed (somehow 
somewhere - i guess this is the way you have built it, read the playlist 
and start playing it) and the exact time i stop my live stream the 
playlist starts at the point it is. Is there any way to start the 
playlist from  the beggining and not from the middle of some song? 
Should this have to do with length in the playlist command? Is there 
any way to achieve this thing (to start the streaming of the playlist 
from the beggining of it every time)?
Thank you in advance
Nick


--
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables unlimited
royalty-free distribution of the report engine for externally facing 
server and web deployment.
http://p.sf.net/sfu/businessobjects
___
Savonet-users mailing list
Savonet-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/savonet-users


Re: [Savonet-users] Script Issue - Fallback from a live stream to a playlist - How to make a playlist to start from the beggining at every fallback?

2009-06-15 Thread Romain Beauxis
Le samedi 13 juin 2009 12:09:28, kosnickx a écrit :
  hi, 

Hi !

  i have a script that fallbacks between a playlist and a live
 stream. I am having this live stream and when i end it (disconnect from
 the icecast server) the playlist starts. So far everything is ok. But
 the thing is that the playlist starts from the middle of a song. 

Yes, that is the default behaviour.

 I
 mean it seams to me that the playlist is already being streamed (somehow
 somewhere - i guess this is the way you have built it, read the playlist
 and start playing it) and the exact time i stop my live stream the
 playlist starts at the point it is. Is there any way to start the
 playlist from  the beggining and not from the middle of some song?
 Should this have to do with length in the playlist command? Is there
 any way to achieve this thing (to start the streaming of the playlist
 from the beggining of it every time)?

You can look at fallback.skip in the utils.liq file. This operators skips the 
file currently being played when changing source. Hopefully this will be 
sufficient for you.

If you look for a real restart of the playlist at its beginning, this should 
need more work, but could be done too.


Romain

--
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables unlimited
royalty-free distribution of the report engine for externally facing 
server and web deployment.
http://p.sf.net/sfu/businessobjects
___
Savonet-users mailing list
Savonet-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/savonet-users


Re: [Savonet-users] Preroll sound

2009-06-15 Thread David Baelde
Hi,

Sorry I do not have your script in mind right now (I should be
sleeping already) but if you're creating a stream dynamically, then
instead of creating output.icecast(...,source), you might get what you
want by using output.icecast(...,sequence([jingle,source])). The
jingle will be played at the very beginning of the broadcast and never
again. A new listener connecting to this dynamically-created stream
won't get a new jingle, though.

HTH
-- 
David

--
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables unlimited
royalty-free distribution of the report engine for externally facing 
server and web deployment.
http://p.sf.net/sfu/businessobjects
___
Savonet-users mailing list
Savonet-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/savonet-users