Hi Brandon, 2011/6/27 Brandon Casci <[email protected]>: > The only thing I can't seem to figure out is why the custom transitions are > bypassed when the server skip command is executed.
If you're talking of the custom_crossfade, this is because your cross isn't conservative: after the skip there is suddenly no more data and the operator didn't foresee the end of track so there's nothing to cross. The conservative mode forces the operator to be always ready for an end of track, not trusting the remaining time estimation. In short, add conservative_true to your custom_crossfade(local_playlist). Hope this helps, -- David ------------------------------------------------------------------------------ All of the data generated in your IT infrastructure is seriously valuable. Why? It contains a definitive record of application performance, security threats, fraudulent activity, and more. Splunk takes this data and makes sense of it. IT sense. And common sense. http://p.sf.net/sfu/splunk-d2d-c2 _______________________________________________ Savonet-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/savonet-users
