Hi,

Right now it seems to be working OK. I have a three hour playlist running. I 
have liquidsoap running in daemon mode, so perhaps that is part of it.
By the way, the startup scripts to make liquidsoap run as a service don't seem 
to work with centos. It relies on start-stop-daemon, which, as far as I can 
tell, is not on CentOS/Redhat. So for now I'm relying on passing the -d command.

Brandon
On Jan 21, 2012, at 3:54 PM, Audioxdef Online wrote:

> 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


------------------------------------------------------------------------------
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