no, this 1.0.0 installed from apt-get install liquidsoap
Tnx! P.S.: Waiting new version in repositary? 02.03.2012, в 8:37, Romain Beauxis написал(а): > 2012/3/1 Romain Beauxis <[email protected]>: >> Hi Igor! >> >> 2012/3/2 Igor Mercury <[email protected]>: >>> I rewrite my config: >>> >>> .... >>> live1 = >>> audio_to_stereo >>> (dw_tag(input.harbor(id="DRUNK_WEEKEND_LIVE","live"))) >>> live2 = >>> audio_to_stereo >>> (merc_tag(input.harbor(id="IGOR_MERCURY_LIVE","merc"))) >>> .... >>> clock00 = audio_to_stereo(playlist("/home/radio/audio/clock/00/")) >>> clock12 = audio_to_stereo(playlist("/home/radio/audio/clock/12/")) >>> .... >>> night_diary = audio_to_stereo(night_diary_meta(request.queue(id = >>> "NIGHT_DIARY", timeout=120.))) >>> laowaicast = audio_to_stereo(lao_meta(request.queue(id = >>> "LAOWAICAST", >>> timeout=180.))) >>> dootloss = audio_to_stereo(dl_meta(request.queue(id = "DOOTLOSS", >>> timeout=180.))) >>> .... >>> air = >>> audio_to_stereo(request.dynamic(id="PODSAFE", >>> {request.create("bar:foo", >>> indicators=get_process_lines("/usr/bin/php >>> /home/radio/engine/scripts/musicnext.php"))})) >>> .... >>> output.icecast( >>> %mp3(bitrate=96, samplerate = 44100, stereo=false), >>> host = "127.0.0.1", port = ****, name="Mercury Radio", >>> genre="various", >>> url="http://www.mercuryradio.ru", >>> description="Любительское интернет-радио", password = "*****", >>> mount = >>> "/listen", mean(radio)) >>> >>> output.icecast(%mp3(stereo=false, bitrate = 24, samplerate = 22050), >>> host = "127.0.0.1", port = ****, name="Mercury Radio (Short Wave >>> Edition)", >>> genre="various", url="http://www.mercuryradio.ru", >>> description="Любительское интернет-радио", password = "*****", >>> mount = >>> "/listen24", mean(radio)) >>> >>> output.icecast(%mp3(stereo=true, bitrate = 128, samplerate = 44100), >>> >>> host = "127.0.0.1", port = ****, name="Mercury Radio (Stereo)", >>> genre="various", url="http://www.mercuryradio.ru", >>> description="Любительское интернет-радио", password = "****", >>> mount = >>> "/listen128", radio) >>> >>> but write new error message: >>> >>> Invalid value at line 137, char 3-52: No encoder found for that >>> format. >> >> You are probably being hit by this nasty bug in Ubuntu 10.01: >> https://bugs.launchpad.net/ubuntu/+source/liquidsoap/+bug/891054 >> >> In this case, you will need to recompile liquidsoap. Instructions >> provided in the comments should be helpful.. > > Hmmm.. The bug seems to apply to Ubuntu 11.10 and not 10.01 in fact. > However, I do not think that ubuntu 10.01 has 1.0.0 packages.. > > If you already compiled liquidsoap manually, you may not have enabled > the lame mp3 encoder then. > > Romain ------------------------------------------------------------------------------ Virtualization & Cloud Management Using Capacity Planning Cloud computing makes use of virtualization - but cloud computing also focuses on allowing computing to be delivered as a service. http://www.accelacomm.com/jaw/sfnl/114/51521223/ _______________________________________________ Savonet-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/savonet-users
