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

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

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 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 shoutcast failed w

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 wrote: > Sorry, I said from wav, it was a wma file > > > On Mon, Dec 16, 2013 at 4:19 PM, JD Buys wrote: >> >> Hi guys, >> >>

Re: [Savonet-users] Error

2014-01-16 Thread JD Buys
Sorry for the late reply, but holiday got in the way...:) I am using the following code to register ffmpeg which I found somewhere on the internet: def test_ffmpeg(file) = -1 end ffmpeg_p = "/usr/bin/ffmpeg -i - -f wav -" add_decoder(name="FFMPEG",description="Decode files using the ffmpeg decode

Re: [Savonet-users] Error

2014-01-18 Thread David Baelde
Hi, Just to let you know, I started reviewing the code in external_decoder.ml. I'm gonna make it fail more gracefully when something goes wrong (as is the case here) with the external process. Cheers, David On Thu, Jan 16, 2014 at 2:00 PM, JD Buys wrote: > Sorry for the late reply, but holiday

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 [90s(d

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

[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. And..

[Savonet-users] Error with output.shoutcast.mp3

2008-04-29 Thread Kero
Hello Okay, I'm really new to this whole world so sorry if I do it wrong or whatever. I'm trying to broadcast a radio to a shoutcast server, so I've done a .liq script which ends with the following : output.shoutcast.mp3(host = "localhost", port = 8000, password = "[mypassword]", url = "[myurl]"

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

[Savonet-users] error using input.v4l

2010-04-17 Thread Cees van Egmond
Hi, I tried to use a built-in webcam of a laptop to stream to icecast using the following .liq file: set("log.stdout",true) set("log.level",5) set("root.sync",false) set("frame.video.channels",1) set("frame.video.fps",25) set("frame.video.height",480) set("frame.video.width",640)

[Savonet-users] error using output.jack

2010-06-13 Thread budi prakosa
already started the jackd and darkice and now rying to run liquidsoap, using output.jack(mysource) but error happens: 2010/06/14 09:34:31 [src_3848:3] Switch to src_3846 with transition. 2010/06/14 09:34:31 [increment:3] 1. 2010/06/14 09:34:31 [src_3852:3] Analysis: -infdB / -12.688907dB (0.04s /

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

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

[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 : Liqu

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

Re: [Savonet-users] Error with output.shoutcast.mp3

2008-04-29 Thread Romain Beauxis
Le Wednesday 30 April 2008 03:33:05 Kero, vous avez écrit : > Okay, I'm really new to this whole world so sorry if I do it wrong or > whatever. Welcome ! > But all I get when I try to launch this, is : > Line 28, char 201 before ")": Unbound symbol output.shoutcast.mp3! > > I'm using a (m

Re: [Savonet-users] Error with output.shoutcast.mp3

2008-04-30 Thread Kero
Hello, Thanks for the tip, using USE="lame, shout" did the trick (I'm not sure shout was necessary but at least it didn't seem to do any harm). By the way, gentoo users, beware : USE="lame, shout" must be placed BEFORE "emerge liquidsoap". It took me a lot of time to understand this. Now savonet

Re: [Savonet-users] Error with output.shoutcast.mp3

2008-05-11 Thread David Baelde
Hi all, This looks like a serious issue. Surely a bug, maybe related to a bad memory manegement in the mad binding -- di'nt we change it recently ? Anything new about it ? I don't see any related mail or trac ticket. Cheers, David ---

Re: [Savonet-users] Error with output.shoutcast.mp3

2008-05-11 Thread Kero
Hello, As far as the playlist not working, I've found the problem : it was just that liquidsoap is a bit lost when it comes to non-absolute paths. As far as the "couldn't decode" problem is concerned however, I think the problem is more technical, and has to do with i/o wait problems. Indeed, I w

Re: [Savonet-users] Error with output.shoutcast.mp3

2008-05-11 Thread David Baelde
I'm so glad to hear that the problem probably came from outside liquidsoap :) Indeed, it's not a good idea to use liquidsoap on files that seem local but are not really: this causes some bad surprises. Instead, it might be a good idea to use a protocol that takes care of copying the file in a secu

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

2008-06-17 Thread Romain Beauxis
Le Tuesday 17 June 2008 18:11:31 Никита Бакланов, vous avez écrit : > Hello. Hi ! (...) >  Files of playlists is local, I have placed them in directory > /home/syfer/radio/music/ There is code of file new-radio.liq: (...) > Please help me, probably, there is already ready decision. Explai

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

2008-06-18 Thread David Baelde
Hi, Your english is very understandable, much more than russian for us :) As Romain said we might need some more information. Is everything local? Also, can you give us the version of liquidsoap, and make sure that it has MP3 support (for that run "liquidsoap --version" and look in the "audio fil

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

2008-06-19 Thread Romain Beauxis
   Hi ! Le Thursday 19 June 2008 13:01:15 Никита Бакланов, vous avez écrit : > Test 1. > --- > > When I have written >        full = fallback(track_sensitive=false, > [input.http("http://xx.xxx.xx.xxx:8000/live.m3u";), time_promo, radio]) for > switch to a live show, liquidsoap began t

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

Re: [Savonet-users] error using input.v4l

2010-04-17 Thread Romain Beauxis
Le samedi 17 avril 2010 15:44:59, Cees van Egmond a écrit : > Hi, Hi ! > I tried to use a built-in webcam of a laptop to stream to icecast using the > following .liq file: Thanks for your interest in liquidsoap ! > Any suggestions? Hmm.. The current status of the v4l input in 0.9.2 is

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 : > 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 with the usual setting

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 wrote: > Any news on that issue? Liquidsoap does not require any specific > version, as far as I know. > > 2010/6/13 budi prakosa : > > ERR: jack_wrapper.c::JACK_Error(

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 team

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

[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 = s

[Savonet-users] Error in running script

2010-10-21 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 = s

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 fro

Re: [Savonet-users] Error running liquidsoap

2011-01-08 Thread David Baelde
On Thu, Jan 6, 2011 at 5:44 PM, Denis Kot 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 having any logs

Re: [Savonet-users] Error running liquidsoap

2011-01-09 Thread David Baelde
On Sun, Jan 9, 2011 at 2:09 PM, Denis Kot 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 of after connection

[Savonet-users] Error while running make

2011-09-22 Thread Fábio Costa
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 found a repository to add those libraris (just added the rastageeks to source and multimedia, apt-get still couldn't find).So i downloaded the packages by hand from debia

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

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: https://www.liquidsoap.info/doc-

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

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

[Savonet-users] ERROR from_s16le: buffer too small

2008-07-10 Thread bede
Hi, i try to do a simple task: encode mp3 from input.oss; but an error appear: 2008/07/10 09:56:25 >>> LOG START 2008/07/10 09:56:25 [protocols.external:3] Didn't find "ufetch" 2008/07/10 09:56:25 [protocols.external:3] Found "/usr/bin/wget" 2008/07/10 09:56:25 [main:3] Liquidsoap 0.3.7 2008/07/1

Re: [Savonet-users] Error using replay gain

2009-08-30 Thread Romain Beauxis
Le dimanche 30 août 2009 02:59:23, Mathijs Vos a écrit : > Hi, Hi ! > At first, liquidsoap is a wonderfull product, and I really wanna thank you > for it. Keep up the good work, guys! Thanks !! > I was experimenting a little on my old test machine, running Ubuntu Server > 9.04, Icecast

Re: [Savonet-users] Error using replay gain

2009-08-31 Thread Mathijs Vos
Subject: Re: [Savonet-users] Error using replay gain > > Le dimanche 30 août 2009 02:59:23, Mathijs Vos a écrit : > > Hi, > > Hi ! > > > At first, liquidsoap is a wonderfull product, and I really wanna thank you > > for it. Keep up the good work, guys! > >

Re: [Savonet-users] Error in running script

2010-10-15 Thread David Baelde
Hi, The %vorbis thing is only for liquidsoap 1.0 beta. Hence, you need to upgrade liquidsoap or rewrite your script using the old output.icecast.vorbis(..) operator. I recommend the upgrade: since you're new, you don't want to learn the old stuff that is getting outdated. You should be able to use

Re: [Savonet-users] Error in running script

2010-10-15 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 com

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 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 a directory witho

Re: [Savonet-users] Error in running script

2010-10-16 Thread Senaka Amarakeerthi
Hi, I have configured the server to run the service in background according to the instructions I found in documentation. Also I have placed the liquidsoup.liq in /etc/liquidsoap. Then I tried to start the server using /etc/init.d/liquidsoap start When i try with a normal user account I end up

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/

Re: [Savonet-users] Error in running script

2010-10-18 Thread David Baelde
Hi, If you're install went ok, it should be enough to run the init script as root. In fact it may be enough to run it as user liquidsoap (which should belong to the group liquidsoap). If you run as a normal user, you're not allowed to change user and group for "liquidsoap". On Sun, Oct 17, 2010 a

Re: [Savonet-users] Error in running script

2010-10-25 Thread Samuel Mimram
Hi, On Fri, Oct 15, 2010 at 6:51 AM, Senaka Amarakeerthi wrote: > # Stream it out > output.icecast(%vorbis, > host = "localhost", port = 8000, > password = "hackme", mount = "basic-radio.ogg", > radio) > The way liquidsoap handles outputs has changed since 1.0beta. Prior than this version t

Re: [Savonet-users] Error while running make

2011-09-22 Thread Romain Beauxis
Hi! 2011/9/22 Fábio Costa : > 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 found a repository to > add those libraris (just added the rastageeks to source and multimedia, > apt-get still couldn't find).So i downl

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 escreveu: > Hi! > > 2011/9/22 Fábio Costa : > > 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 found a repository > to > > add thos

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 : > Objective Caml version 3.12.0 > > Em 22 de setembro de 2011 09:27, Romain Beauxis > escreveu: >> >> Hi! >> >> 2011/9/22 Fábio Cos

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 s

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

Re: [Savonet-users] Error while running make

2011-09-27 Thread Romain Beauxis
Hi! 2011/9/22 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

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 escreveu: > Hi! > > 2011/9/22 Fábio Costa : > > it's not the code because i uploaded a source that i already compiled on > the > > VM. > > I will rei

Re: [Savonet-users] Error while running make

2011-09-27 Thread Romain Beauxis
2011/9/27 Fábio Costa : > 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 not the dynamic dependenc

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 escreveu: > 2011/9/27 Fábio Costa : > > I am using ubuntu amd64, for now i made a snapshot of the installed stuff > > and will probably use it. > > If you do: > make DESTDI

Re: [Savonet-users] error on making doc

2011-09-30 Thread Romain Beauxis
2011/9/30 Peter Retep : > Hi, 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/s

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

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 an

[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 list.append(l,[(list.nth(v,0,default=

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

[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

[Savonet-users] error in installing libshout in cygwin

2007-04-20 Thread James Wong
hello, all, i spent a lot of time to install libraries that ate neede by liquidsoap in cygwin i have completed libmad, libmp3lame and libao, but when i tried to build libshout, i have many errors caused by win32apu winsock2 this seems to be a common problem, anyone suggestion on how to fix this.

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

2008-05-18 Thread Romain Beauxis
Le Sunday 18 May 2008 04:48:41 Kero, vous avez écrit : > Hello, Hi ! (...) > Apparently, from what I've understood of this : > http://savonet.rastageeks.org/browser/trunk/ocaml-lame/src/lame.mli?rev=539 >3 The problem is that liquidsoap calls lame, try to passes the > parameters to lame (

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="MyDescri

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 >

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

2008-05-18 Thread Kero
Oh thanks ! Indeed that was the problem. Then I'll have to find a solution for a low-bitrate stream. Well at least I have an up and running stream for my webradio. Thanks for the help (and for the great program). On Sun, May 18, 2008 at 2:51 PM, Romain Beauxis <[EMAIL PROTECTED]> wrote: > Le Sun

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

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

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

2008-07-10 Thread David Baelde
I really don't know much about our soundcard I/O but the error "buffer too small" could simply mean that your soundcard does not like liquidsoap's internal frame size, but would work with another size. Maybe you can play with the setting frame.size, see if it helps (set("frame.size",1024) is the de

[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 decoder/aac

[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

[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 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 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 set("log.file.path","/tm

[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: ./config

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 = string.split(separator="="

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 th

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 Iceca

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

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

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

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 so

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 wrote: > > If I try to play a wav or an mp3 file, even in the most simple way like > this: > > liqui

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

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

[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 Files\Savone

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

2007-04-21 Thread Romain Beauxis
Le samedi 21 avril 2007 07:18, James Wong a écrit : > hello, all, Hi ! > i spent a lot of time to install libraries that ate > neede by liquidsoap in cygwin > > i have completed libmad, libmp3lame and libao, > but when i tried to build libshout, i have many errors > caused by win32apu win

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

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

2009-04-30 Thread Romaric
Hi, I got an error when making last SVN rev 6546 version: /home/saoo/dev/liquid_last/liquidsoap/../ocaml-faad/src/libfaad_stubs.a(faad_stubs.o): In function `ocaml_faad_mp4_total_tracks': /home/saoo/dev/liquid_last/ocaml-faad/src/faad_stubs.c:261: undefined reference to `mp4ff_total_tracks' /ho

[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 /usr/bin/install:

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 wrote: > 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/w

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

2010-12-20 Thread David Baelde
Weird, Buffer is part of the OCaml standard library! What version of Ocaml are you using? (FYI I'm 3.11.2 on Debian testing.) -- David -- Lotusphere 2011 Register now for Lotusphere 2011 and learn how to connect the dots,

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

  1   2   >