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