The output might help people figure out what's going on. You should be 
able to open the log file with a text editor so you can copy and paste 
the relevant section here. Also, if you haven't done so already, set the 
log level to 4, which provides more information than the default. You 
can do this by putting

set("log.level",4)

near the beginning of your script and restarting the script. I also 
prefer to set my own log file path so I always know where to find it. 
You can put this in your script with

set("log.file.path","/dir/anotherdir/maybeanotherone/liquidradio.log")

I usually put it in my user's home dir for convenience.


On 01/21/12 08:37, Brandon Olivares wrote:
> Hi,
>
> I'm having another problem. I finally got it installed, but now it randomly 
> fails.
>
> I am streaming it through Icecast. So I pointed it to a directory to randomly 
> choose files, which is working. But sometimes at the end of songs, it 
> completely fails and outputs a bunch of information about different 
> libraries. I can't paste the error here as it spans the more than the entire 
> page of the terminal window.
>
> Here is my script I'm using to test:
>
> #!/usr/local/bin/liquidsoap
>
> s = 
> mksafe(playlist('/home/azavia/radio.christs-light-ministries.org/music/Spiritual'))
> output.icecast(mount = 'radio', password = '***', %mp3(bitrate = 96), s)
>
> I am so close; I just want to get this started and working.
>
> Thanks,
> Brandon
> ------------------------------------------------------------------------------
> Try before you buy = See our experts in action!
> The most comprehensive online learning library for Microsoft developers
> is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
> Metro Style Apps, more. Free future releases when you subscribe now!
> http://p.sf.net/sfu/learndevnow-dev2
> _______________________________________________
> Savonet-users mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/savonet-users
>


-- 
My music: http://audiodef.com
Synthetronica: http://synthetronica.com
Male survivors of domestic violence: http://abusedmen.org


------------------------------------------------------------------------------
Try before you buy = See our experts in action!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-dev2
_______________________________________________
Savonet-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/savonet-users

Reply via email to