Re: [Savonet-users] Buffer empty every 46 minutes?

2014-01-14 Thread Samuel Mimram
Hi Matt, My guess is that python induces some delay for some reason (for instance we have to load all the python libraries) so Liquidsoap thinks it has to catch up and therefore speeds up audio, etc. In order to reduce the sensitivity of those effect, you have two parameters of buffer.adaptative y

Re: [Savonet-users] git build on raspbian wheezy - running problems

2014-01-14 Thread Samuel Mimram
Hi, Thanks for reporting this. The bug is not in the buildchain. What happens is that you are doing something like playlist(reload_mode="watch", "my_playlist") on a file (here "my_playlist") on which we cannot retrieve the modification time, presumably because you are referring to a playlist fil

Re: [Savonet-users] output.icecast method is missing in doc-svn

2014-01-14 Thread Samuel Mimram
Hi, Yes, I have just reuploaded the doc on the website to fix this. Of course output.icecast will stay there on the long term :) Cheers, Samuel On Sat, Jan 11, 2014 at 4:34 AM, Ashworth Payne wrote: > It's probably just a problem with the site. Try using the built-in help. > > liquidsoap -h ou

Re: [Savonet-users] git build on raspbian wheezy

2014-01-14 Thread Pranas Gudaitis
Hi Samuel! I am doing git push but no updates come, how do I get your code update?.. thanks, p > -- > > Message: 3 > Date: Tue, 14 Jan 2014 09:46:57 +0100 > From: Samuel Mimram > Subject: Re: [Savonet-users] git build on raspbian wheezy - running > problems > To: sav

Re: [Savonet-users] git build on raspbian wheezy

2014-01-14 Thread Daniel James
Hi Pranas, > I am doing git push but no updates come, how do I get your code update?.. Try this instead: git pull Cheers! Daniel -- CenturyLink Cloud: The Leader in Enterprise Cloud Services. Learn Why More Businesses

Re: [Savonet-users] No sound in the sound card with input.alsa() and output.alsa()

2014-01-14 Thread Ashworth Payne
I suppose pulseaudio is causing problems. You might try removing it from your system. On Mon, Jan 13, 2014 at 5:30 PM, Fabrice Victoire < fabrice.victo...@laposte.net> wrote: > I use An ubuntu 12.04.3 LTS > > > > -- > C

Re: [Savonet-users] No sound in the sound card with input.alsa() and output.alsa()

2014-01-14 Thread Daniel James
Hi Ashworth, > I suppose pulseaudio is causing problems. You might try removing it > from your system. Or, if pulseaudio is installed, use output.pulseaudio instead, which is fine for test purposes on a desktop machine. Cheers! Daniel --

[Savonet-users] build failed on debian wheezy (failed on compiling ocaml-shine submodule)

2014-01-14 Thread Alexander
Hello, ocaml-shine failed to build, here is stack trace: /home/liquidsoap-full/liquidsoap/../ocaml-shine/src/libshine_stubs.a(shine_stubs.o): In function `ocaml_shine_encode_float': shine_stubs.c:(.text+0x49f): undefined reference to `shine_encode_frame' /home/liquidsoap-full/liquidsoap/../ocaml-

[Savonet-users] Exception raised when running liquidsoap on_shutdown function

2014-01-14 Thread Alexander
Line 86, char 10: Unknown error! Fatal error: exception Assert_failure("shutdown.ml", 9, 12) Called from file "shutdown.ml", line 24, characters 53-61 Called from file "lang/lang_builtins.ml", line 1318, characters 16-41 Called from file "lang/lang_values.ml", line 904, characters 14-20 Called from

Re: [Savonet-users] Jack input - only silence?

2014-01-14 Thread Matt Camp
Hi, I've just been playing with this with jack_capture, with some rather odd results. If I start jackd with -C to only do capture ports, then jack_capture complains: [matt@alarm jack_capture]$ ./jack_capture No physical output ports found in your jack setup. Exiting. Which is very odd, si

Re: [Savonet-users] Exception raised when running liquidsoap on_shutdown function

2014-01-14 Thread Alexander
I am far from understanding ocaml, but.. can't this bug caused by this merge request? https://github.com/savonet/liquidsoap/pull/135 2014/1/14 Alexander > Line 86, char 10: Unknown error! > Fatal error: exception Assert_failure("shutdown.ml", 9, 12) > Called from file "shutdown.ml", line 24, c

Re: [Savonet-users] Exception raised when running liquidsoap on_shutdown function

2014-01-14 Thread Alexander
I can confirm that after i rolled back this merge on_shutdown is working fine for me. Good build was made from this point: https://github.com/savonet/liquidsoap/commit/e3c0664a271d02b5ff5bf3d43127211180e8fdbdit worked fine! Hope this helps :) 2014/1/15 Alexander > I am far from understanding o