Re: [Savonet-users] Segfault output.icecast.aacplus

2010-06-13 Thread noserver
Hi, it's look like that AAC HEv2 (using libaacplus library) is "correctly" supported on DarkIce : http://code.google.com/p/darkice/ I've not found at this time bad feedbacks about its implementation but I haven't tested yet. Best, Thomas Le 13/06/10 08:19, budi prakosa a écrit : is there a

Re: [Savonet-users] Segfault output.icecast.aacplus

2010-06-10 Thread noserver
Hi, Le 10/06/10 03:05, Romain Beauxis a écrit : > Hi ! > > Le mercredi 9 juin 2010 12:03:10, noser...@no-log.org a écrit : > >> Ok thx. >> Here's the results of my test with GDB. >> > I believe gdb is not following the forked process. You need to type: >set follow-fork-mode chi

Re: [Savonet-users] Segfault output.icecast.aacplus

2010-06-09 Thread noserver
Le 09/06/10 19:47, noser...@no-log.org a écrit : > Le 09/06/10 19:22, Romain Beauxis a écrit : >> Hi ! >> >> Le mercredi 9 juin 2010 12:16:47, noser...@no-log.org a écrit : >>> Here's a Strace; hope this can help : >> Can you try to get a ltrace and with -f : [pid 23523] getpid()

Re: [Savonet-users] Segfault output.icecast.aacplus

2010-06-09 Thread noserver
Le 09/06/10 19:22, Romain Beauxis a écrit : > Hi ! > > Le mercredi 9 juin 2010 12:16:47, noser...@no-log.org a écrit : > >> Here's a Strace; hope this can help : >> > Can you try to get a ltrace Yep : memmove(0x2ab02db0, 0x708bade0, 9, 0x2ab02db0, 0x2d30afa0) = 0x

Re: [Savonet-users] Segfault output.icecast.aacplus

2010-06-09 Thread noserver
Here's a Strace; hope this can help : [pid 19500] read(10, [pid 19499] <... select resumed> ) = 0 (Timeout) [pid 19499] gettimeofday({1276103696, 889201}, NULL) = 0 [pid 19499] select(0, [], [], [], {0, 38294}) = 0 (Timeout) [pid 19499] gettimeofday({1276103696, 928980}, NULL) = 0 [pid 1949

Re: [Savonet-users] Segfault output.icecast.aacplus

2010-06-09 Thread noserver
Le 09/06/10 18:17, Romain Beauxis a écrit : > Hi all ! > > Le mercredi 9 juin 2010 11:09:51, budi prakosa a écrit : > >> hi hello actually it also happens to me, my solution is using external >> aacplus encoder >> > Yes, the ocaml-aacplus, the libaacplus, the aacplusenc are all made

[Savonet-users] Segfault output.icecast.aacplus

2010-06-09 Thread noserver
Hi guys, I'm testing output.icecast.aacplus with liquidsoap-full-0.9.2 and ocaml-aacplus from the latest SVN. Sometimes my script works well, sometimes it crash without any reasons or liq log error messages. This problem doesn't exist with aacplusenc, but with this external I've a lot of empti

Re: [Savonet-users] Metadata updates causing skips in stream

2010-05-30 Thread noserver
Hi, have you tried to patch your Kernel for Real Time ? Best, Thomas Le 30/05/10 01:30, Andrew a écrit : > I have ran a few more tests of my own, which I thought I would pass along: > > The primary machine that I have experienced this issue on is: > VIA C7 Processor 1000MHz with 512MB of RAM > F

Re: [Savonet-users] No cache for big files

2009-12-04 Thread noserver
Romain Beauxis a écrit : Hi Thomas ! Le vendredi 4 décembre 2009 10:26:12, noser...@no-log.org a écrit : thanks for your quick reply. The swap happens only at the launch of the scripts and decrease after. This can be a problem with the computing of the file length ? Hmmm... t

Re: [Savonet-users] No cache for big files

2009-12-04 Thread noserver
Hi David, thanks for your quick reply. The swap happens only at the launch of the scripts and decrease after. This can be a problem with the computing of the file length ? Best, Thomas David Baelde a écrit : Hi, On Thu, Dec 3, 2009 at 9:08 PM, wrote: I'd like to play multiple local mp3

[Savonet-users] No cache for big files

2009-12-03 Thread noserver
Hello, I'd like to play multiple local mp3 files at the same time and once (15 files of 700/800Mo each). With single(), every files are cached at the beginning : this is a good feature for jingles, etc.. but in my case this take a lot of time to compute everything and the memory is fully used and

Re: [Savonet-users] single.once

2009-11-16 Thread noserver
David Baelde wrote : > Quick reply: we have a generic once() operator that forbids more than > one track, and for shutting down you can use > output.*(fallible=true,on_stop=shutdown,...). In some cases this is > not enough and you need other tricks to trigger shutdown, for example > http://savonet.

[Savonet-users] single.once

2009-11-16 Thread noserver
Hi Guys ! I'm wondering if there's a way to play 'once' a file and shutdown the application at the end of it ? I've already tested "playlist.once" with then "on_done=shutdown" function. In my case, the problem is that I've different files on the same folder and that it's not possible to build on

Re: [Savonet-users] 64 bit package

2009-10-20 Thread noserver
+1 :) Best, Thomas Brandon Casci a écrit : > Hello > > Would you consider making a 64 bit package if you got a donation for it? > -- Come build with us! The BlackBerry(R) Developer Conference in SF, CA is the only de

[Savonet-users] input.http vs on_blank / on_noise

2009-07-15 Thread noserver
Hi guys! I've recently tried to setup a blank & noise detection for an input.http (Icecast streaming) to start & stop an output.icecast. The new great parameter "on_noise" works perfectly with bjack. When testing : - first, an input1 (input.http) is fecthed with a sending higher than -40dB : -2

Re: [Savonet-users] input jack on_blank output

2009-06-26 Thread noserver
Yeah ! on_noise works perfect for me !!! input = on_blank(stopit,length=100.,threshold=-60.,on_noise=startit,input) Many many thanks David for this very usefull and bandwidth free operator. Cheers, Thomas noser...@no-log.org a écrit : > Hi, > > yep ok, it's more clear right now, thanks. > I' t

Re: [Savonet-users] input jack on_blank output

2009-06-25 Thread noserver
Hi, yep ok, it's more clear right now, thanks. I' think I'm really near to solve this. With the code below, transition_stop works perfectly when blank is detected but not transition_start, after a noise detection. FYI when I start the liq with noise higher than -50, the output.icecast doesn't st

Re: [Savonet-users] input jack on_blank output

2009-06-25 Thread noserver
Hi again David, >> If it's only a question of name, on_detect is a nice one : ) > > Sorry for the long silence on that issue, I should have done it before. > I chose on_noise and the patch is ready. I cannot commit right now (failure > on sourceforge's side) but will do it ASAP. Thanks for this f

Re: [Savonet-users] input jack on_blank output

2009-06-24 Thread noserver
Hi David, thanks for your explanations. > I'm glad on_blank() eventually worked; the trick is to set up the > right levels. You made an interesting observation: it allows you to > call a handler when there is too much blank, but does not give you the > possibility to call one when blank stops. We

Re: [Savonet-users] input jack on_blank output

2009-06-12 Thread noserver
Hi again, so, the on_blank detect works after some mispelling corrections... But, wich object can I use to send a server.execute command to start Icecast when sound is detected after ? Need I to use a fallback or something ? Help ! Best, Thomas noser...@no-log.org a écrit : > Hi guys, > > I'm

[Savonet-users] input jack on_blank output

2009-06-11 Thread noserver
Hi guys, I'm trying to set up a blank detection on a input.jack, to stop/start an output.icecast. Here's a try on my script to do this : input=input.jack(id="input") def stopit() log("No sound !") ignore(server.execute("icecast.stop")) end inputblanked = on_blank(stopit,length=1000.,thresh

Re: [Savonet-users] input.jackd - regular pop

2009-05-09 Thread noserver
Hi, Romain Beauxis a écrit : > In fact, this bug is a known bug: > http://savonet.rastageeks.org/ticket/203 > > I have started working on it, I can provide a preliminary patch if you feel > like testing :) Off course I can test the patch !! Many thanks, ++ Thomas --

Re: [Savonet-users] input.jackd - regular pop

2009-05-08 Thread noserver
Hii, I've tried differents settings and hardware regarding the regular pops : RME HDSP 9632 and M-AUDIO Fast Track Pro USB with the latest liquidsoap 0.9 svn. Results : - input bjack : regular pops, depending on frame.size : error log : No available frame! root.sync off : doesn't work at all

Re: [Savonet-users] deb Hash Sum mismatch

2009-04-18 Thread noserver
Many thanks ! ++ Romain Beauxis a écrit : Le Saturday 18 April 2009 07:14:38 noser...@no-log.org, vous avez écrit : Hi there, Hi ! I've a problem since this morning with the deb package. I've tested on two differents machines : Yes, there was a crash on the hard d

[Savonet-users] deb Hash Sum mismatch

2009-04-18 Thread noserver
Hi there, I've a problem since this morning with the deb package. I've tested on two differents machines : - apt-get install liquidsoap Get:1 http://www.rastageeks.org ./ liquidsoap 0.9.0~savonet-1 [1469kB] Fetched 1469kB in 1s (780kB/s) Failed to fetch http://www.rastageeks.org/downloads/

Re: [Savonet-users] input.jackd - regular pop

2009-04-08 Thread noserver
David Baelde a écrit : On Wed, Apr 8, 2009 at 4:31 PM, Romain Beauxis wrote: I didn't notice this log in the bjack code. You probably should test with ao to see the message. I confirm that the same code and same message are in outputs/bjack_out.ml line 96, this is the code for output.

Re: [Savonet-users] input.jackd - regular pop

2009-04-08 Thread noserver
David Baelde a écrit : > It shouldn't be too bad. There _should_ be a way to setup jack and > liquidsoap to work together so that the buffer between them can absorb > the timing mismatches. > > If it happens to be too tricky or impossible, it might also be > possible to let jack do the timing insid

Re: [Savonet-users] input.jackd - regular pop

2009-04-08 Thread noserver
Waou, that's a pretty bad news !! Have you per chance a temporary solution to fix this ? I've worked on this since weeks, suspecting first my soundcard, os, hardware and reinstalling stuffs many many times. I really need this feature.. and don't want to return back to dark(ice) :) Best regard

[Savonet-users] input.jackd - regular pop

2009-04-04 Thread noserver
Hello all, I've a very short (0,5sec at 0dB) but regular click/pop/noise problem with a liquidsoap stream from input.jack. So, the click/pop/noise occurs at different moments, according to the buffer size : - 1024 = every minute - 2048 = every 3/4 minutes - 4096 = every 8/9/10 minutes For the mo

Re: [Savonet-users] Liquidsoap HDSP 9632

2009-03-14 Thread noserver
end card, from a quick googling. > > Good luck, Thanks, but no luck. I've tried all the sample rates, from 8000 to 192000 without success. Best, Lb -- NOSERVER Des bâtisseurs au service du chaos http://noserver.org - r...@noserver.org 2004/2007

Re: [Savonet-users] Liquidsoap HDSP 9632

2009-03-10 Thread noserver
Hi David, also many thanks for your quick answer and the explanations. > Here, you should force liquidsoap's internal samplerate to match one supported by your card. The default is 44100, perhaps your card only takes 48k? In any case, you can change it using > set("frame.samplerate",48000). For

Re: [Savonet-users] Liquidsoap HDSP 9632

2009-03-10 Thread noserver
Hi Romain, many thanks for your answer. Romain Beauxis a écrit : > Hi ! > >>> input= input.jack(id="input") >>> >>> this stop liquidsoap and log : >>> 2009/03/09 01:18:18 [stderr:3] ERR: jack_wrapper.c::JACK_OpenDevice(838) >>> jack server not running? >> It's good that you sent a separate

[Savonet-users] Liquidsoap HDSP 9632

2009-03-08 Thread NOSERVER
End of my message, sorry : Also, I've tried to use input.jack instead of input.alsa with running jackd version 0.109.2 : input= input.jack(id="input") this stop liquidsoap and log : 2009/03/09 01:18:18 [stderr:3] ERR: jack_wrapper.c::JACK_OpenDevice(838) jack server not running? 2009/03/09 01:18

[Savonet-users] Liquidsoap HDSP 9632

2009-03-08 Thread noserver
Hi, I would like to use the soundcard HDSP9632 on Debian Lenny with Liquidsoap 0.9.0. I've tried different things without success. The soundcard module is perfectly loaded and works. input = input.alsa(id="input",bufferize=false) this stop liquidsoap and log this : 2009/03/09 01:20:23 [input:3]

Re: [Savonet-users] Sending Level / Vu Meter

2009-02-16 Thread noserver
Thanks for your replies David. David Baelde a écrit : > Hi and welcome to liquidsoap, > > On Mon, Feb 16, 2009 at 6:59 PM, wrote: >> Liquidsoap detect blank : >> - it stay connected to Icecast, but without sending (to save bandwidth) > > That is not possible. If you're connected to icecast, you

[Savonet-users] Sending Level / Vu Meter

2009-02-16 Thread noserver
Hi there, I'm a new Liquidsoap user and I've 2 questions - if someone can help me, please ! 1/ Sending Level I've understand that Liquidsoap can detect blank, that's really a good thing. I'm wondering if I can use blank detection to "pause" a stream to Icecast. For example : Liquidsoap detect bl