Hi Damien, 2013/7/29 Damien Moody <[email protected]>: > I'm trying to upgrade to version 1.1.1 but it gives me this error when trying > to start my script: > > Invalid value at line 14, char 16-52: No encoder found for that format. > > That line is this part of my script: > > output.icecast(%vorbis(quality=0.6,samplerate=44100), > host="localhost", port=8000, > password="(password)", mount="ambient.ogg", name="Synthetronica > Radio", > description="Ambient Electronica", genre="Ambient", > url="synthetronica", > ambient_radio) > > Version 1.0.0 gives no such error and starts normally. > > What could be going wrong?
It looks like you don't have support for the %vorbis encoder. If you compiled your own binary, you probably need to recompile with ocaml-ogg and ocaml-vorbis enabled. If you installed it through a packaging system, you probably need to see with your package manager how to enable it. In Debian, you should for instance install liquidsoap-plugin-vorbis. Romain ------------------------------------------------------------------------------ Get your SQL database under version control now! Version control is standard for application code, but databases havent caught up. So what steps can you take to put your SQL databases under version control? Why should you start doing it? Read more to find out. http://pubads.g.doubleclick.net/gampad/clk?id=49501711&iu=/4140/ostg.clktrk _______________________________________________ Savonet-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/savonet-users
