Good morning Alain, 2011/7/26 Alain Bolli <[email protected]>: > output.icecast(%mp3(bitrate=32), > mount="/your-stream-32.mp3", > samplerate = 22050, stereo = false, > host="streaming.example.com", port=8000, password="xxx", > input)
Where did you find this code? We need to fix it if it's in the doc. It's half-way between old style liquidsoap (output.icecast.mp3(...,samplerate=22050,stereo=false,...) and new style (output.icecast(%mp3(samplerate=22050,stereo=false),...)). Unless you're using an old version of liquidsoap, all encoding related parameters go inside the %mp3(...) thing. Have fun, -- David ------------------------------------------------------------------------------ Magic Quadrant for Content-Aware Data Loss Prevention Research study explores the data loss prevention market. Includes in-depth analysis on the changes within the DLP market, and the criteria used to evaluate the strengths and weaknesses of these DLP solutions. http://www.accelacomm.com/jaw/sfnl/114/51385063/ _______________________________________________ Savonet-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/savonet-users
