Bill Upp wrote: > But when I start liquidsoap, I get an error. If I comment out the first > output line, then the ogg stream works. If I comment out the second output > line, then the mp3 stream works. Any thoughts?
I don't see what could be going on. What error do you get ? > Also, I want to crossfade the songs that I am playing, and I have seen some > crossfading code on the website, but I am not sure where to add it in. I am > assuming I can add it into my liq script, but I am not 100%. There are examples in the cookbook: http://savonet.sourceforge.net/wiki/wikka.php?wakka=LiqExamples Make sure you understand transitions examples from that page first, or just use the ready-made crossfade() function (already available in your liq installation, from the utils.liq file) by wrapping your source like that: radio = crossfade(start_next=1.,fade_out=1.,fade_in=1.,radio) As usual, see liquidsoap -h crossfade for details. Have fun, David ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Savonet-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/savonet-users
