For reference, this issue can be followed on our bugtracker here:
https://github.com/savonet/liquidsoap/issues/46

On Sun, Mar 24, 2013 at 6:30 PM, David Baelde <[email protected]> wrote:
> Hi guys,
>
> What could be happening here is that the third file is not resolved
> fast enough, so there is a tiny gap before it, and merge_track() won't
> do anything about it.
>
> The sequence() operator that is behind merge_tracks is not logging
> much, so it won't help in confirming the diagnostic. But in any, you
> need to do something to avoid the risk of a gap, given that your files
> are so short.
>
> One solution is to use playlist.safe() because it resolves requests in
> advance (iirc) and see if it helps. Another solution could be to use a
> queue in which you manually put your files -- this way, you don't even
> have to merge tracks.
>
> Hope this helps,
> --
> David
>
> ------------------------------------------------------------------------------
> Everyone hates slow websites. So do we.
> Make your web apps faster with AppDynamics
> Download AppDynamics Lite for free today:
> http://p.sf.net/sfu/appdyn_d2d_mar
> _______________________________________________
> Savonet-users mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/savonet-users

------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_mar
_______________________________________________
Savonet-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/savonet-users

Reply via email to