Re: [Savonet-users] Liquidsoap svn - Thread 3 killed on uncaught exception Cry.Error(1)

2009-08-20 Thread Romain Beauxis
Le jeudi 20 août 2009 16:46:58, Artur Skupienski - DJ a écrit :
> HI everyone, this is my output:

Artur, please register to the mailing list. Here's my answer from this 
morning:

This message is not very usefull. However, since you activated a log file, you 
should have a more verbose logging in that file.

In any case, you should also enable console logging while you're still testing 
on the console. Just add:
  set("log.stdout",true)
to your script.

About your issue, it means liquidsoap could not connect to the host, so most 
probably you did a mistake in the settings for the icecast output.

Cheers,

Romain

--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
Savonet-users mailing list
Savonet-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/savonet-users


[Savonet-users] Liquidsoap svn - Thread 3 killed on uncaught exception Cry.Error(1)

2009-08-20 Thread Artur Skupienski - DJ
HI everyone, this is my output:

as audio user:

[au...@ns303625 liquidsoap]$ liquidsoap test.liq
init: exception encountered during start phase:
  Sys_error("/usr/local/var/log/liquidsoap/test.log: Permission denied")
[au...@ns303625 liquidsoap]$

AFTER THAT i created an empty file in /usr/local/var/log/liquidsoap/test.log
but let me guess, it is wrong, isn't it?
Can someone help me with this?

Thank you for any respond



AND THAN my output looks

as audio user:


[au...@ns303625 liquidsoap]$ liquidsoap test.liq
Thread 3 killed on uncaught exception Cry.Error(1)
Raised at file "", line 0, characters 0-0

*
* Enhanced aacPlus Encoder
* Build Aug 17 2009, 23:28:16
* Matteo Croce 
*


I also printed my test.liq, for your known I'll try to relay mp3 stream 128
kbps into another one in aac+



  GNU nano 1.3.12  File: test.liq

#!/usr/bin/liquidsoap
set("log.file.path","/usr/local/var/log/liquidsoap/test.log")

# Sources
s = mksafe(input.http("http://SERVER_IP:8000/autodj";))
#
# ICECAST MOUNTS
output.icecast.aacplusenc(s,mount="aacplusenc.aac",password="PASSWORD",host="host="SERVER_IP:8004")
#

--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
Savonet-users mailing list
Savonet-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/savonet-users