Thanks Romain. :-) I sometimes get this when starting my recipe when I use the conservative argument:
Thread 3 killed on uncaught exception Cry.Error(_) Raised at file "scanf.ml", line 244, characters 30-41 Called from file "scanf.ml", line 152, characters 14-33 A process is still created, however, but not all streams are up. If I kill the process and start it again, sometimes a couple of times, it runs without this error. The version I'm using is 0.9.3. Should I be concerned and fix it? How? (I never get this error when I don't use the conservative arg.) Damien On 09/21/11 15:24, Romain Beauxis wrote: > Hi! > > 2011/9/19 Audiodef Online <[email protected]> >> It looks like setting the timeout high enough is all I need. But now I >> have a different problem: When the first track in the playlist finishes, >> rather than moving on to the next track, the stream continues to play >> silence with the metadata of the first track displayed. I don't see any >> errors in the log with log.level 4. I've tuned in with two different >> media players, so I know the player isn't the problem. How do I begin to >> troubleshoot this? >> >> Is it possible to set the timeout "too high" and therefore interfere >> with the stream moving on to the next track? > By default, liquidsoap begins preparing the next track when some 30s > remains in the current track. > > I believe that your problem is that your files take more than 30 > second to download. > > What you should do in this case is to add conservative=true to your playlist: > playlist(timeout=3000., conservative=true, ...) > > In this case, liquidsoap will always prepare at least one track in > advance at any time... > > Romain > ------------------------------------------------------------------------------ All the data continuously generated in your IT infrastructure contains a definitive record of customers, application performance, security threats, fraudulent activity and more. Splunk takes this data and makes sense of it. Business sense. IT sense. Common sense. http://p.sf.net/sfu/splunk-d2dcopy1 _______________________________________________ Savonet-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/savonet-users
