Hi list I am trying to change the stream from mp3 to aac or aac+.
What is the correct extension? I am using for mp3: output.icecast(%mp3, host = "localhost", port = 8000, password = "xxxxxxxxxxxxx", mount = "radio", restart=true, description="Bienvenido a Radiotango Rosario. 24 horas del día con la música más argentina de todas.", genre="Tango", url="http://www.radiotangorosario.com.ar", name="Radiotango Rosario", condsp) The second question about compiling the latest svn because has AAC+: [root@radiotangorosario ocaml-duppy]# make make -C src all make[1]: Entering directory `/root/svnliq/pepe/ocaml-duppy/src' /usr/bin/ocamlfind ocamlc -c -package camlp4 -package camlp4.quotations.o -package camlp4.extend -syntax camlp4o pa_duppy.ml ocamlfind: Package `camlp4.quotations.o' not found make[1]: *** [pa_duppy.cmo] Error 2 make[1]: Leaving directory `/root/svnliq/pepe/ocaml-duppy/src' make: *** [all] Error 2 I get the above error because I have not ocamlp4-extras, I have onle ocamlp4. In centos is impossible to get ocamlp4-extras. I am trying to compile ocaml v3.11.0, but I not found these objects. Any help? Thanks Normando ------------------------------------------------------------------------------ The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE: Pinpoint memory and threading errors before they happen. Find and fix more than 250 security defects in the development cycle. Locate bottlenecks in serial and parallel code that limit performance. http://p.sf.net/sfu/intel-dev2devfeb _______________________________________________ Savonet-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/savonet-users
