Hi all,

When I use accelerate(), liquidsoap crashed with this error:

Thread 4 killed on uncaught exception Assert_failure("source.ml", 208, 10)

I tried with the following .liq and it works with 0.3.8 but not with 0.9.0.

playlist = playlist.safe( "/home/benoit/devel/liquidsoap/musique" )
playlist = accelerate( 4., playlist )
rescue = playlist.safe( "/home/benoit/devel/liquidsoap/rescue" )
radio = fallback( [playlist, rescue] )
out( radio )

Tested on debian lenny.

Thank you.


------------------------------------------------------------------------------
_______________________________________________
Savonet-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/savonet-users

Reply via email to