I used ubuntu 11.10 & liquidsoap default package for ubuntu 11.10
(liquidsoap 1.0.0-beta3). 


Whenever running this following script, I get this:

Invalid value at line 8, char 3-19: No encoder found for that format.

I've got the liquidsoap-lame-plugin installed (as is default) so I've no idea 
what's going on with this.

# Input the stream,
# from an Icecast server or any other source
url = "http://199.19.105.65/Trance";
input = mksafe(input.http(url))

# Second transcoder : MP3 128 kbps
output.icecast(
  %mp3(bitrate=128), 
  mount="/TranceMPEG",
  host="199.19.105.65", port=8000, password="xxxxxxx",
  input)
------------------------------------------------------------------------------
Write once. Port to many.
Get the SDK and tools to simplify cross-platform app development. Create 
new or port existing apps to sell to consumers worldwide. Explore the 
Intel AppUpSM program developer opportunity. appdeveloper.intel.com/join
http://p.sf.net/sfu/intel-appdev
_______________________________________________
Savonet-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/savonet-users

Reply via email to