Hello! I'm install on test netbook liquidsoap 1.0.0-beta3 from apt-get install liquidsoap
Rewrite my config for new standart. My outputs stream had new style: # Stream it out output.icecast(%mp3(bitrate=96, samplerate = 44100, stereo = false), restart=true, host = "127.0.0.1", port = ****, name="Mercury Radio", genre="various", url="http://www.mercuryradio.ru", description="Любительское интернет-радио", password = "******", mount = "/listen", radio) output.icecast(%mp3(stereo = false, bitrate = 24, samplerate = 22050), restart = true, host = "127.0.0.1", port =****, name="Mercury Radio (Short Wave Edition)", genre="various", url="http:// www.mercuryradio.ru", description="Любительское интернет-радио", password = "******", mount = "/listen24", radio) output.icecast(%mp3(stereo = true, bitrate = 128, samplerate = 44100), restart = true, host = "127.0.0.1", port = ****, name="Mercury Radio (Stereo)", genre="various", url="http://www.mercuryradio.ru", description="Любительское интернет-радио", password = "****", mount = "/listen128", radio) But when i send command service liquidsoap restart on screen next message: Stopping channels: OK Starting channels: radio.liq At line 138, char 120: this value has type source(audio=2+_,...) (infered at /usr/lib/liquidsoap/1.0.0-beta3/ utils.liq, line 185, char 11-56) but it should be a subtype of source(audio=1,...) OK Igor 28.02.2012, в 20:51, David Baelde написал(а): > If you want to ask for help, you should at least isolate the point > where there is a problem, and say what the error is. A search in the > mailing list should also reveal the solution: like I said before, it > involves the audio_to_stereo conversion. ------------------------------------------------------------------------------ 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
