Re: [Savonet-users] error executing ./configure

2022-11-11 Thread Romain Beauxis
Hi! You need to install `opam` and `dune` to be able to run the top-level `liquidsoap-full` configure. However, this is not the recommended way to install liquidsoap these days. We recommend using `opam` directly. Have you tried this method? It is documented here:

[Savonet-users] error executing ./configure

2022-11-11 Thread pdelbruyere
Hello On MAC OSx 10.15.7, I try to last version of Liquidsoap using the following method : git clone https://github.com/savonet/liquidsoap-full.git liquidsoap cd liquidsoap make init cp PACKAGES.minimal PACKAGES ./bootstrap ./configure When executing the "./bootstrap" command, I get :

[Savonet-users] Error moving from 1.4.4 to 2.0

2021-11-07 Thread Alejandro Ferrari
Hi! I'm trying to move to 2.0 version and got this error, I don't see any change documented on that part > > $ liquidsoap streambox.liq > At streambox.liq, line 60 char 2 - line 69 char 19: > Error 5: this value has type > [unit] > but it should be a subtype of > [source(_)] Code: Line 60

Re: [Savonet-users] Error 4: Undefined variable liquidsoap

2021-04-06 Thread Romain Beauxis
Hi Tim, Would you mind sharing more of your script? At least what you have around line 4.. Thanks, Romain Le ven. 26 mars 2021 à 23:52, Tim Baker a écrit : > Mar 27 04:40:52 mail2 systemd[1]: Starting LSB: Starts the liquidsoap > daemon... > Mar 27 04:40:53 mail2 liquidsoap[2977]: Starting

[Savonet-users] Error 4: Undefined variable liquidsoap

2021-03-26 Thread Tim Baker
Mar 27 04:40:52 mail2 systemd[1]: Starting LSB: Starts the liquidsoap daemon... Mar 27 04:40:53 mail2 liquidsoap[2977]: Starting liquidsoap channels: radio.liq Mar 27 04:40:53 mail2 liquidsoap[2978]: At line 1, char 0-10: Mar 27 04:40:53 mail2 liquidsoap[2978]: Error 4: Undefined variable

Re: [Savonet-users] Error when registering icy_update function

2019-04-10 Thread William Goldsmith
Thanks, Romain. I appreciate the very informative response. Karl Heyes from the Icecast project has always pointed to poor Ogg implementation by players also. Not a big deal for us as most of the listening to our Vorbis streams is via our legacy embedded player. Our current web player, TuneIn and

Re: [Savonet-users] Error when registering icy_update function

2019-04-10 Thread Romain Beauxis
Hi, Le lun. 8 avr. 2019 à 17:46, William Goldsmith a écrit : > > OK. I got this working -- although it appears that metadata updates via this method do not work on ogg/flac streams. I don't get an error (as I do when attempting a URL update on that mountpoint) but it does not register with

Re: [Savonet-users] Error when registering icy_update function

2019-04-08 Thread William Goldsmith
OK. I got this working -- although it appears that metadata updates via this method do not work on ogg/flac streams. I don't get an error (as I do when attempting a URL update on that mountpoint) but it does not register with Icecast. Updates to ogg/vorbis mountpoints via this method also cause

Re: [Savonet-users] Error when registering icy_update function

2019-04-07 Thread Romain Beauxis
Hi! Le sam. 30 mars 2019 à 16:39, William Goldsmith a écrit : > > I'm using the example code ( https://www.liquidsoap.info/doc-1.3.6/icy_metadata.html): > > def icy_update(v) = > # Parse the argument > l = string.split(separator=",",v) > def split(l,v) = > v =

[Savonet-users] Error when registering icy_update function

2019-03-30 Thread William Goldsmith
I'm using the example code ( https://www.liquidsoap.info/doc-1.3.6/icy_metadata.html): def icy_update(v) = # Parse the argument l = string.split(separator=",",v) def split(l,v) = v = string.split(separator="=",v) if list.length(v) >= 2 then

[Savonet-users] Error when Using Liquid Soap on Win32

2017-11-30 Thread Joe Panarello
Hello; I have been working on trying to get Liquid Soap to run on a Windows 7 Pro OS for the last 2 days. Build From: https://codeload.github.com/savonet/liquidsoapwin32/zip/1c6abf050bb2736b54b9 e083e1b0f906371adfa8 When I try to run from a command line I get this! C:\Program

[Savonet-users] Error: Underrun Trying to recover..

2017-08-03 Thread Garrett Neisler
I have Liquidsoap 1.3.1 up and running with a cirrus logic audio card (plughw:1,0). However I am getting an Underrun error that will continue despite the input. Any ideas? I have attempted a buffer around the "input.alsa(device="plughw:1,0")" with no luck. (Maybe I just got some syntax

Re: [Savonet-users] error ffmpeg liquidsoap full compile from source

2017-02-01 Thread Samuel Mimram
What is the output of your ./configure? On Tue, Jan 31, 2017 at 9:15 PM, Romain Beauxis wrote: > Maybe Sam could help on this one.. > > 2017-01-11 18:29 GMT-06:00 DreamStreamKicker : >> >> >> distro : 3.16.0-4-amd64 #1 SMP Debian

Re: [Savonet-users] error ffmpeg liquidsoap full compile from source

2017-01-31 Thread Romain Beauxis
Maybe Sam could help on this one.. 2017-01-11 18:29 GMT-06:00 DreamStreamKicker : > > distro : 3.16.0-4-amd64 #1 SMP Debian 3.16.36-1+deb8u2 (2016-10-19) > x86_64 GNU/Linux > > since a few days getting this error compiling from source, anaybody know > what to do? > >

[Savonet-users] error ffmpeg liquidsoap full compile from source

2017-01-11 Thread DreamStreamKicker
distro : 3.16.0-4-amd64 #1 SMP Debian 3.16.36-1+deb8u2 (2016-10-19) x86_64 GNU/Linux since a few days getting this error compiling from source, anaybody know what to do? make[2]: Map '/tmp/liquidsoap/ocaml-ffmpeg/src' wordt binnengegaan make[3]: Map '/tmp/liquidsoap/ocaml-ffmpeg/src' wordt

[Savonet-users] error running make

2016-06-01 Thread DreamStreamKicker
got ./configure to finish You may now compile liquidsoap by running "make". In case of significant library update, "make clean" is needed first. If you want a local version of the documentation, run "make doc". Then, perform installation by running "make install" as root.

Re: [Savonet-users] error running make

2016-05-31 Thread Romain Beauxis
I've had a similar one recently and it was because I was mixing different versions of the compiler. Make sure that you are compiling with a single version of OCaml. That can happen for instance if you switch the compiler with opam but forget to do eval `opamconfig env` in another terminal..

[Savonet-users] error running make

2016-05-31 Thread DreamStreamKicker
anybody knows the cause of this one? succesfully finished ./configure and make clean, then ran make : make -C src all make[2]: Map '/tmp/liquidsoap/ocaml-duppy/src' wordt binnengegaan ocamlfind ocamlc -c -package camlp4 -package camlp4.quotations.o -package camlp4.extend -syntax camlp4o

Re: [Savonet-users] Error while loading dynamic lame encoder

2015-05-28 Thread Romain Beauxis
Hi Marc, 2015-05-17 8:16 GMT-05:00 Marc Guercy marc.gue...@laposte.net: Here is what I've done to solve the issue : - Local installation of the ebuild ocaml-lame plugin (the one on the net do not point to the last version). - Reinstallation of ocaml-lame plugin The error was always here

Re: [Savonet-users] Error while loading dynamic lame encoder

2015-05-17 Thread Sarah k Alawami
What flavor of linux are you using? I cant' recall if you said in th epost or not. If this is under windows, what version of windows? etc? Take care. On May 15, 2015, at 2:13 AM, Marc Guercy marc.gue...@laposte.net wrote: If I try to play a wav or an mp3 file, even in the most simple way

Re: [Savonet-users] Error while loading dynamic lame encoder

2015-05-17 Thread Marc Guercy
Here is what I've done to solve the issue : - Local installation of the ebuild ocaml-lame plugin (the one on the net do not point to the last version). - Reinstallation of ocaml-lame plugin The error was always here so I done the same for liquidsoap and lightly modified the source to add some

[Savonet-users] Error while loading dynamic lame encoder

2015-05-15 Thread Marc Guercy
If I try to play a wav or an mp3 file, even in the most simple way like this: liquidsoap 'out(single(chopin.wav))' I get this: [main:3] Using: pcre=6.2.5 dtools=0.3.1 duppy=0.4.2 duppy.syntax=0.4.2 cry=0.2.2 mm=0.2.1 xmlplaylist=0.1.3 mad=0.4.4 dynlink=[distributed with Ocaml] aacplus=0.2.0

Re: [Savonet-users] Error

2013-12-19 Thread Samuel Mimram
Hi, Could you please show us your script? In particular, the part registering ffmpeg as an external decoder... Cheers, Samuel. On Mon, Dec 16, 2013 at 3:23 PM, JD Buys jdb...@gmail.com wrote: Sorry, I said from wav, it was a wma file On Mon, Dec 16, 2013 at 4:19 PM, JD Buys

[Savonet-users] Error

2013-12-16 Thread JD Buys
Hi guys, I Upgraded to the latest ffmpeg and now I am getting the following error when I want to stream a wav file to mp3. 2013/12/16 08:38:43 [clock.wallclock_main:2] Source shoutcast failed while streaming: Broken pipe in write()! 2013/12/16 08:38:43 [clock.wallclock_main:3] Raised by

Re: [Savonet-users] Error

2013-12-16 Thread JD Buys
Sorry, I said from wav, it was a wma file On Mon, Dec 16, 2013 at 4:19 PM, JD Buys jdb...@gmail.com wrote: Hi guys, I Upgraded to the latest ffmpeg and now I am getting the following error when I want to stream a wav file to mp3. 2013/12/16 08:38:43 [clock.wallclock_main:2] Source

[Savonet-users] Error on Liquidsoap install on Debian 6

2013-12-04 Thread Leonardo Almeida
Dear Savonet Users, When i try to install Liquidsoap with comamnd: apt-get install liquidsoap -t lenny-backports Show this error: = Reading package lists... Done Building dependency tree Reading state information... Done Package liquidsoap is not available, but is referred to by another

Re: [Savonet-users] Error on Liquidsoap install on Debian 6

2013-12-04 Thread Daniel James
Hi Leonardo, When i try to install Liquidsoap with comamnd: apt-get install liquidsoap -t lenny-backports Show this error: Package liquidsoap is not available, but is referred to by another package. Your problem is that you are using out of date instructions. Debian Lenny reached end of

Re: [Savonet-users] Error in running script

2012-05-06 Thread Daniel Vega Moreira
Hello. I have the same error, how do you fix it? Thanks -- Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can

Re: [Savonet-users] Error in running script

2012-05-06 Thread David Baelde
This should help: http://savonet.sourceforge.net/doc-svn/encoding_formats.html David -- Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed

Re: [Savonet-users] Error during compilation, Unbound value Graphics.open_graph

2012-02-06 Thread David Baelde
2012/2/1 Alexander t...@nightrush.ru: P.S. What kind of graphs are disabled now? Never heard about graphs in liquidsoap :) We have a graphical vumeter, visu.volume(). Cheers, David -- Try before you buy = See our

Re: [Savonet-users] Error during compilation, Unbound value Graphics.open_graph

2012-02-05 Thread Romain Beauxis
Hi, Le 1 février 2012 11:37, Alexander t...@nightrush.ru a écrit : just would like to tell you, that i had this error while compiling: Error: Unbound value Graphics.open_graph I am installing all packages, my system is Debian Squeeze: Linux 2.6.32-5-amd64 #1 SMP Mon Jan 16 16:22:28 UTC 2012

[Savonet-users] Error during compilation, Unbound value Graphics.open_graph

2012-02-01 Thread Alexander
Hello, just would like to tell you, that i had this error while compiling: Error: Unbound value Graphics.open_graph I am installing all packages, my system is Debian Squeeze: Linux 2.6.32-5-amd64 #1 SMP Mon Jan 16 16:22:28 UTC 2012 x86_64 GNU/Linux I found this solution to disable them:

Re: [Savonet-users] Error: Unbound value Graphics.open_graph in File outputs/graphics_out.ml, line 35, characters 4-23

2011-10-05 Thread David Baelde
Hi Damien, Yes, I still have to do this on my server. The problem is that on installations without X, ocamlfind still reports that Graphics is available. We could run a special detection, but prefer to not mess up our configure script, and wait for the proper fix in ocamlfind's packages (the

Re: [Savonet-users] Error: Unbound value Graphics.open_graph in File outputs/graphics_out.ml, line 35, characters 4-23

2011-10-05 Thread Romain Beauxis
2011/10/5 David Baelde david.bae...@gmail.com: Hi Damien, Yes, I still have to do this on my server. The problem is that on installations without X, ocamlfind still reports that Graphics is available. We could run a special detection, but prefer to not mess up our configure script, and wait

[Savonet-users] Error: Unbound value Graphics.open_graph in File outputs/graphics_out.ml, line 35, characters 4-23

2011-10-04 Thread Audiodef Online
I found the thread with the same subject online. I didn't know how to respond to the original thread, so I hope this will be forgiven! :-) After downloading from hg this morning, I noticed I had this problem, and had to use --disable-graphics with configure. Do you guys know about this? Anyone

Re: [Savonet-users] Error: Unbound value Graphics.open_graph in File outputs/graphics_out.ml, line 35, characters 4-23

2011-10-04 Thread Audiodef Online
Hi Peter, Well, I could, but I don't need anything having to do with images as far as liquidsoap is concerned. I don't even know what images in liquidsoap entails. I got it working with --disable-graphics. I just wanted to make sure people are aware this is still an issue, as I thought I saw

[Savonet-users] error on making doc

2011-09-30 Thread Peter Retep
Hi, on updating from previous HG to current HG release at making docs I get: sudo make install make -C liquidsoap install make[1]: Entering directory `/home/piradio/savonet/liquidsoap' make -C doc doc-install make[2]: Entering directory `/home/piradio/savonet/liquidsoap/doc' make[3]: Entering

Re: [Savonet-users] Error while running make

2011-09-27 Thread Romain Beauxis
Hi! 2011/9/22 Fábio Costa blackjackde...@gmail.com: it's not the code because i uploaded a source that i already compiled on the VM. I will reinstall this server and try again from the beginning. Just i quick doudbt, is there a way for me  to compile liquidsoap (with all it's dependencies)

Re: [Savonet-users] Error while running make

2011-09-27 Thread Fábio Costa
I am using ubuntu amd64, for now i made a snapshot of the installed stuff and will probably use it. Em 27 de setembro de 2011 10:44, Romain Beauxis to...@rastageeks.orgescreveu: Hi! 2011/9/22 Fábio Costa blackjackde...@gmail.com: it's not the code because i uploaded a source that i already

Re: [Savonet-users] Error while running make

2011-09-27 Thread Romain Beauxis
2011/9/27 Fábio Costa blackjackde...@gmail.com: I am using ubuntu amd64, for now i made a snapshot of the installed stuff and will probably use it. If you do: make DESTDIR=/path/to/directory install all files should be installed in the path you gave.. That solves the file system part, but

Re: [Savonet-users] Error while running make

2011-09-27 Thread Fábio Costa
will see what i do. I guess the .configure stuff maybe can help me in that. Em 27 de setembro de 2011 20:54, Romain Beauxis to...@rastageeks.orgescreveu: 2011/9/27 Fábio Costa blackjackde...@gmail.com: I am using ubuntu amd64, for now i made a snapshot of the installed stuff and will

Re: [Savonet-users] Error while running make

2011-09-22 Thread Fábio Costa
Objective Caml version 3.12.0 Em 22 de setembro de 2011 09:27, Romain Beauxis to...@rastageeks.orgescreveu: Hi! 2011/9/22 Fábio Costa blackjackde...@gmail.com: I am trying to install a liquidsoap on a ubuntu server amd 64 from source. apt-get wasn't founding all the packages and i didn't

Re: [Savonet-users] Error while running make

2011-09-22 Thread Romain Beauxis
Weird.. What happens if you go do ocaml-lame/src do execute this command: ocamlc -i -intf lame_dynlink.mli.in lame_dynlink.mli ? Romain 2011/9/22 Fábio Costa blackjackde...@gmail.com: Objective Caml version 3.12.0 Em 22 de setembro de 2011 09:27, Romain Beauxis to...@rastageeks.org

Re: [Savonet-users] Error while running make

2011-09-22 Thread Fábio Costa
it gives me : nlink.mli.in lame_dynlink.mli File lame_dynlink.mli.in, line 1, characters 0-1: Warning 24: bad source file name: Lame_dynlink.mli is not a valid module name. File lame_dynlink.mli.in, line 1, characters 0-1: Error: lame.cmi is not a compiled interface It is becasue it is

Re: [Savonet-users] Error while running make

2011-09-22 Thread Fábio Costa
it's not the code because i uploaded a source that i already compiled on the VM. I will reinstall this server and try again from the beginning. Just i quick doudbt, is there a way for me to compile liquidsoap (with all it's dependencies) on a package to easy install it in another machine with the

[Savonet-users] Error on staring up a script

2011-04-25 Thread Shane Kelly
Hi. Thanks for your time. I am running Ubuntu 10.04.2 LTS, with liquidsoap v0.9.2 loaded by apt-get install liquidsoap. On running a simple script (which you may recognise :-) ) --8-- #!/usr/bin/liquidsoap # Log dir

Re: [Savonet-users] Error on staring up a script

2011-04-25 Thread Shane Kelly
Thank you, that was helpful, but I have since found out that the ubuntu version is not built with mp3 support, according to a Readme supplied with it - so that didn't help with debugging either :-) Thanks for the speedy response. Regards, Shane On 25 Apr 2011, at 11:00, Samuel

[Savonet-users] Error loading new LS instance via crontab

2011-04-15 Thread kronos
Hi, I've added a new LS instance, 'liquidsoap128' and have attempted to load it via a crontab. The code looks fine to me, and the absolute paths are correct. I have no idea why it doesn't load properly. Any ideas what's going wrong? *** crontab 08 58 * * * 1-5

Re: [Savonet-users] Error loading new LS instance via crontab [SOLVED]

2011-04-15 Thread kronos
On Fri, 15 Apr 2011 14:08:40 -0400, kro...@aolohr.com wrote: Hi, I've added a new LS instance, 'liquidsoap128' and have attempted to load it via a crontab. The code looks fine to me, and the absolute paths are correct. I have no idea why it doesn't load properly. Any ideas what's going

Re: [Savonet-users] Error with telnet dump sample code

2011-03-10 Thread David Baelde
I think I partially answered that question already. On Wed, Mar 9, 2011 at 8:37 PM, Paris paris8...@gmail.com wrote: Can anyone explain to me how can I solve this problem? Upgrade to a version that has support for references (beta or SVN). Also what does the operator := do? You're right that

[Savonet-users] Error with telnet dump sample code

2011-03-09 Thread Paris
Hello everyone! I tried the following sample code for dumping a stream using telnet : http://savonet.sourceforge.net/doc-svn/scripts/manual_dump.liq using liquidsoap 0.9.3. When I try to run the script I get the following error : Line 26, char 10: Empty token concerning this line of code :

Re: [Savonet-users] Error with telnet dump sample code

2011-03-09 Thread David Baelde
Hi, If I remember correctly, 0.9.3 doesn't have references, which this script needs. References had been introduced in the SVN version when 0.9.3 was released but were not backported to that bugfix release. Hence you need to upgrade to the beta release or SVN version. David PS: Just in case,

[Savonet-users] Error with telnet dump sample code

2011-03-09 Thread Paris
Hello everyone! I tried the following sample code for dumping a stream using telnet : http://savonet.sourceforge.net/doc-svn/scripts/manual_dump.liq using liquidsoap 0.9.3. When I try to run the script I get the following error : Line 26, char 10: Empty token concerning this line of code :

[Savonet-users] Error on Ubuntu Server 10.10 32Bit

2011-01-15 Thread Slayer
I am getting the following errors after installing on Ubuntu Server 10.10 ERROR: Failed to load plugin /usr/lib/ao/plugins-4/libesd.so = dlopen() failed ERROR: Failed to load plugin /usr/lib/ao/plugins-4/libnas.so = dlopen() failed Line 27, char 17 before %: Parse error. Here is the code I am

Re: [Savonet-users] Error on Ubuntu Server 10.10 32Bit

2011-01-15 Thread David Baelde
Hi, 2011/1/14 Slayer slayer...@gmail.com: ERROR: Failed to load plugin /usr/lib/ao/plugins-4/libesd.so = dlopen() failed ERROR: Failed to load plugin /usr/lib/ao/plugins-4/libnas.so = dlopen() failed Those two come from libao, which isn't even used in your script. We can't do anything about

Re: [Savonet-users] Error running liquidsoap

2011-01-09 Thread David Baelde
On Sun, Jan 9, 2011 at 2:09 PM, Denis Kot denis@gmail.com wrote: Today's SVN works. Thanks! For the record this was a mistake introduced in 8102 and fixed in 8122 by Romain: some tweaks to the sockets (in order to avoid the connection hanging up) were made at operator initialization instead

Re: [Savonet-users] Error running liquidsoap

2011-01-08 Thread David Baelde
On Thu, Jan 6, 2011 at 5:44 PM, Denis Kot denis@gmail.com wrote: # liquidsoap 'output.shoutcast(%mp3, host=localhost, port = 8000, password = password, mksafe(playlist(/tmp/main.m3u)))' Line 1, char 112: Unknown error Fatal error: exception Cry.Error(1) Hi Denis, I think you're not

Re: [Savonet-users] Error running liquidsoap

2011-01-07 Thread Romain Beauxis
Hi Denis ! Le jeudi 6 janvier 2011 10:44:02, Denis Kot a écrit : # liquidsoap 'output.shoutcast(%mp3, host=localhost, port = 8000, password = password, mksafe(playlist(/tmp/main.m3u)))' Line 1, char 112: Unknown error Fatal error: exception Cry.Error(1) liquidsoap is from todays

[Savonet-users] Error running liquidsoap

2011-01-06 Thread Denis Kot
# liquidsoap 'output.shoutcast(%mp3, host=localhost, port = 8000, password = password, mksafe(playlist(/tmp/main.m3u)))' Line 1, char 112: Unknown error Fatal error: exception Cry.Error(1) liquidsoap is from todays svn Denis Kot

Re: [Savonet-users] error during make with SVN trunk

2010-12-20 Thread David Baelde
I've checked: Buffer.blit was indeed introduced in 3.11 only! So I changed the code, which didn't really need that function anyway. It should build fine now. Romain: Why is the mp4 decoder not using the same abstractions as all other normal decoders?

Re: [Savonet-users] error during make with SVN trunk

2010-12-20 Thread Brandon Casci
Nice, it builds. Is there a way to test it out without installing? On Mon, Dec 20, 2010 at 11:25 AM, David Baelde david.bae...@gmail.comwrote: I've checked: Buffer.blit was indeed introduced in 3.11 only! So I changed the code, which didn't really need that function anyway. It should build

Re: [Savonet-users] error during make with SVN trunk

2010-12-20 Thread David Baelde
You can always run liquidsoap without installing. The only trick is to get it to load the standard library, but you can always pass it by hand (e.g. src/liquidsoap scripts/pervasives.liq). It's sometimes useful to avoid that liquidsoap loads installed libraries (using --no-pervasives) but this

Re: [Savonet-users] error during make with SVN trunk

2010-12-20 Thread Romain Beauxis
Le lundi 20 décembre 2010 17:25:29, David Baelde a écrit : Romain: Why is the mp4 decoder not using the same abstractions as all other normal decoders? The aac decoder does not necessarily consumes all data it is provided. Therefore, you need to keep a buffer/offset at hand to feed it with the

[Savonet-users] error during make with SVN trunk

2010-12-19 Thread Brandon Casci
I'm trying to build the SVN trunk on another machine, and I get this during make. What could be missing? Thank you for all the help. OCAMLOPT -c synth/synth_op.ml OCAMLOPT -c decoder/wav_decoder.ml OCAMLOPT -c decoder/midi_decoder.ml OCAMLOPT -c decoder/external_decoder.ml OCAMLOPT -c

Re: [Savonet-users] error during make with SVN trunk

2010-12-19 Thread Brandon Casci
I forgot to mention this is on Debian Lenny. On Sun, Dec 19, 2010 at 8:36 PM, Brandon Casci bran...@loudcaster.comwrote: I'm trying to build the SVN trunk on another machine, and I get this during make. What could be missing? Thank you for all the help. OCAMLOPT -c synth/synth_op.ml

Re: [Savonet-users] Error in running script

2010-10-16 Thread Senaka Amarakeerthi
Hi, Thanks a lot. It works great. Thank you again for maintaining this wonderful script. I installed newest beta version. Sorry I didn't read whole documentation. But I would like to know whether we can reload songs from a directory without restarting (I don't have a play list). May be with a

Re: [Savonet-users] Error in running script

2010-10-16 Thread David Baelde
Hi, On Sat, Oct 16, 2010 at 1:15 AM, Senaka Amarakeerthi senaka...@gmail.com wrote: Sorry I didn't read whole documentation. There's a lot, you can't read everything. But by reading a little you'd learn how to find help. For example: But I would like to know whether we can reload songs from

Re: [Savonet-users] Error in running script

2010-10-16 Thread Senaka Amarakeerthi
Hi, Got the problem solved. Added following line to the liquidsoap.liq set(init.daemon.pidfile.path,/var/run/liquidsoap/script.pid) Manually created /var/run/liquidsoap and chamodded to 777 (Not sure whether this is safe). Started the service using root account. /etc/init.d/liquidsoap start

[Savonet-users] Error in running script

2010-10-14 Thread Senaka Amarakeerthi
Hi, I am trying to run this script in Ubuntu 10.4 Code: #!/usr/bin/liquidsoap # Log dir set(log.file.path,/tmp/basic-radio.log) # Music myplaylist = playlist(~/radio/music.m3u) # Some jingles jingles = playlist(~/radio/jingles.m3u) # If something goes wrong, we'll play this security =

Re: [Savonet-users] error using output.jack

2010-06-20 Thread David Baelde
So, did you manage to get liquidsoap's output from darkice using jack, and encoding it in AAC+? It doesn't seem like a very simple way to go, but if it works that's interesting. David -- ThinkGeek and WIRED's GeekDad

Re: [Savonet-users] error using output.jack

2010-06-20 Thread budi prakosa
yea it works great, theres butwith regular cut/pause in sound so im back with internal encoder. i dont know if its because my hardware limitation (old computer) or jackd settings: buffer, period etc i will try it on my mac running ubuntu On Mon, Jun 21, 2010 at 12:31 AM, David Baelde

Re: [Savonet-users] error using output.jack

2010-06-19 Thread David Baelde
Any news on that issue? Liquidsoap does not require any specific version, as far as I know. 2010/6/13 budi prakosa i...@deadmediafm.org: ERR: jack_wrapper.c::JACK_Error(793) Cannot connect to server socket err = No such file or directory This would look like your jack server is not running

Re: [Savonet-users] error using output.jack

2010-06-19 Thread budi prakosa
it was my fault, thats because im running jackd as different user than liquidsoap On Sun, Jun 20, 2010 at 11:56 AM, David Baelde david.bae...@gmail.comwrote: Any news on that issue? Liquidsoap does not require any specific version, as far as I know. 2010/6/13 budi prakosa

[Savonet-users] Error using replay gain

2009-08-30 Thread Mathijs Vos
Hi, At first, liquidsoap is a wonderfull product, and I really wanna thank you for it. Keep up the good work, guys! I was experimenting a little on my old test machine, running Ubuntu Server 9.04, Icecast 2 and Liquidsoap 0.91. I tried to implement replay gain, but unfortunately I'm

[Savonet-users] Error when installing with --user and --group

2009-07-20 Thread polemon
Hi! I configurest the latest revision with: ./configure --user streamsys --group streamsys The user and group do exist on this system, yet I get the following error when 'make install'-ing: /usr/bin/install -c -d -o yes -g yes -m 2775 \ /usr/local/var/log/liquidsoap

Re: [Savonet-users] Error make on latest SVN rev 6546

2009-04-30 Thread David Baelde
I know I could probably search for that information, but please tell us which platform you're using. My guess: OSX. I think we had a similar issue recently. Basically, the linker doesn't know where to find the ocaml runtime libraries. Bad Ocaml installation? bad, or improperly used LDFLAGS? In

Re: [Savonet-users] Error make on latest SVN rev 6546

2009-04-30 Thread Romaric
My OS is Ubuntu 8.10 And the make is OK with the revision 6545, but it's only with the latest revision 6546 I got this error. - modification of the faad_stubs.c file into ocaml_faad On Thu, 30 Apr 2009 13:39:25 +0200, David Baelde david.bae...@gmail.com wrote: I know I could probably search

Re: [Savonet-users] Error make on latest SVN rev 6546

2009-04-30 Thread Samuel Mimram
My fault, sorry. It should be corrected in the current svn... ++ Sam. Romaric wrote: My OS is Ubuntu 8.10 And the make is OK with the revision 6545, but it's only with the latest revision 6546 I got this error. - modification of the faad_stubs.c file into ocaml_faad On Thu, 30

Re: [Savonet-users] Error when compiling latest source from SVN: ocaml-gavl

2009-01-14 Thread David Baelde
Ocaml-gavl is designed for the latest version of libgavl. For me it works fine with version 1.0.1. I bet you have version 0.2 only. The configure script should tell these things, sorry. -- David -- This SF.net email is

Re: [Savonet-users] Error when compiling latest source from SVN: ocaml-gavl

2009-01-14 Thread Romain Beauxis
Le Wednesday 14 January 2009 10:41:58 David Baelde, vous avez écrit : The configure script should tell these things, sorry. Done in [6305]. Also checked with the new 1.1.0 Romain -- This SF.net email is sponsored by:

[Savonet-users] Error when compiling latest source from SVN: ocaml-gavl

2009-01-13 Thread polemon
Hi, When compiling liquidsoap with gavl support, configure runs fine. But wehn compiling with make, i get the following error: make[3]: Entering directory `/home/bereziak/make/savonet/ocaml-gavl/src' /usr/bin/ocamlc -c -cc gcc -ccopt -fPIC -g -O2 -I/usr/lib/gavl/include/ -Wall

[Savonet-users] error

2008-07-10 Thread bede
2008/07/10 10:23:12 LOG START 2008/07/10 10:23:12 [protocols.external:3] Didn't find ufetch 2008/07/10 10:23:12 [protocols.external:3] Found /usr/bin/wget 2008/07/10 10:23:12 [main:3] Liquidsoap 0.3.7 2008/07/10 10:23:12 [threads:3] Created thread non-blocking queue #1 (1 total) 2008/07/10

Re: [Savonet-users] error

2008-07-10 Thread Romain Beauxis
Hi Bede ! Le Thursday 10 July 2008 09:26:53 bede, vous avez écrit : 2008/07/10 10:23:12 [90s:4] Enabling caching mode (active source) 2008/07/10 10:23:12 [source:4] src_3136 gets up 2008/07/10 10:23:12 [90s(dot)mp3:4] Enabling caching mode (active source) 2008/07/10 10:23:12

Re: [Savonet-users] ERROR from_s16le: buffer too small

2008-07-10 Thread Romain Beauxis
Le Thursday 10 July 2008 09:04:01 bede, vous avez écrit : Hi, Hi again ! i try to do a simple task: encode mp3 from input.oss; but an error appear: Well, my testings with OSS4 have been good and bad. The first time it worked, but the second time not, without recompiling anything...

[Savonet-users] Error on output.icecast.mp3

2008-06-17 Thread Никита Бакланов
Hello. I am from Russia. Apologize for my english, he is far from perfect, but i try. I have written small program for liquidsoap. She solves following tasks: - play two playlists depending on time of the day - inserts jingle through each two track - adds one special jingle at the beginning

Re: [Savonet-users] Error between lame and Liquidsoap

2008-05-18 Thread Kero
Hello, The part that calls LAME is the following : output.shoutcast.mp3(host=localhost, port=8000, password = xxx, url=http://;, description=mydescription, bitrate=192, genre=Rock, radio) output.shoutcast.mp3(host=localhost,port=8008,password=xxx,url=http://,description=MyDescription;,

Re: [Savonet-users] Error between lame and Liquidsoap

2008-05-18 Thread Romain Beauxis
Le Sunday 18 May 2008 14:37:34 Kero, vous avez écrit : output.shoutcast.mp3(host=localhost,port=8008,password=xxx,url=http:// ,description=MyDescription, genre=Rock, bitrate=24, radio) In case you need the whole script I copied it here : http://code.bulix.org/inhy1p-66453?raw I wonder what

Re: [Savonet-users] Error between lame and Liquidsoap

2008-05-18 Thread David Baelde
Hi Kero, Just a clarification: when you use output.dummy() liquidsoap doesn't do any encoding, it just discards the raw stream. Only when you use output.something.mp3() is uses lame to encode the raw stream. Similarly for output.something.vorbis(). Developpers: Regarding the illegal value 24, we

[Savonet-users] Error between lame and Liquidsoap

2008-05-17 Thread Kero
Hello, At last I got a new server, and after a lot of work and research and with the help of several people on IRC (many thanks dudes), my liquidsoap is almost running. Except for the following : when trying to output to shoutcast, liquidsoap crashes. The problem is, apparently, the following

Re: [Savonet-users] error in installing libshout in cygwin

2007-04-21 Thread James Wong
hi, Thanks for responding. I am using liquidsoap full 0.3,2 tar.gz and i downloaded lishout2.2.2 tar.gz from icecast It will be nice that you can post it somewhere or responding to me, i cannot wait to try compiling and using iquidsoap Thanks /james --- Romain Beauxis [EMAIL PROTECTED]