Hi Anthony! Le 27 décembre 2011 03:38, Anthony Page <[email protected]> a écrit : > 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)
Unfortunately, the packages shipped with ubuntu 11.10 is very much broken. The whole issue is discussed there: https://bugs.launchpad.net/ubuntu/+source/liquidsoap/+bug/891054 As recommended there, I'd advise to recompile your own liquidsoap from source, or switch to the latest ubuntu version, whose packages appear to be fine. Romain ------------------------------------------------------------------------------ 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
