Hello again,
 today is not a good day for me , I tried example in 
http://savonet.sourceforge.net/doc-svn/blank.html
 for switch a icecast source to another source when show are finished ( in fact 
airtime server) but ...

"2011/05/17 14:22:00 [src_4778:3] Buffer overrun: Dropping 0.03s."

 this is my script : 

 on_fail   = single("/etc/liquidsoap/Que Sera.mp3")

# Then a few playlists
music_path="/home/#{home}/music/music.m3u"
default   = playist(music_path)


 scheduler =fallback(track_sensitive=false,
                        [
                        default,
                        on_fail])


 live = input.http(live_url)
  fallback(track_sensitive=false,
             [ 
                strip_blank(length=5.,live),
                scheduler ]) 

Simple ? 

 but crash when run running.

( I am still running 1.0 beta-svn on a Ubtuntu 10.4) 

Thanks guys.

------------------------------------------------------------------------------
Achieve unprecedented app performance and reliability
What every C/C++ and Fortran developer should know.
Learn how Intel has extended the reach of its next-generation tools
to help boost performance applications - inlcuding clusters.
http://p.sf.net/sfu/intel-dev2devmay
_______________________________________________
Savonet-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/savonet-users

Reply via email to