Hi Jean-François,

On Thu, Jan 28, 2010 at 10:04 AM, Jean-Francois Mauguit
<j...@radionomy.com> wrote:
> Is it possible to delete the buffer and force liquidsoap to make a dynamic 
> request
> at the end of the live broadcast ?

What you want is to abort the song that was ongoing when the live
started. You need to skip when you're done with it. This can be done
by using the source.skip() function in a transition. This is how
fallback.skip() is implemented in utils.liq. But fallback.skip() isn't
enough for you because it wouldn't let you keep your current
transition; instead you need to tweak your existing transition. You
should be able to find examples by searching "skip", "transition",
"fallback"/"switch" in this list; I remember Romain talked about it
not long ago.

> Moreover if the fade is good when the dj arrives it's not when he leaves.

I wonder if it can be related to a known bug, signaled on this mailing
list, where transitions don't work well with input.http(). I haven't
come back to it yet.

Cheers,
-- 
David

------------------------------------------------------------------------------
The Planet: dedicated and managed hosting, cloud storage, colocation
Stay online with enterprise data centers and the best network in the business
Choose flexible plans and management services without long-term contracts
Personal 24x7 support from experience hosting pros just a phone call away.
http://p.sf.net/sfu/theplanet-com
_______________________________________________
Savonet-users mailing list
Savonet-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/savonet-users

Reply via email to