2011/2/12 Normando Hall <[email protected]>:
> Hi list

Hey!

> 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)

You need to use: %aacplus, which can also be written: %aac+.
All formats are documented here:
  http://savonet.sourceforge.net/doc-svn/encoding_formats.html

> 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?

Liquidsoap can be compiled without camlp4. If you can, simply remove
camlp4 and call configure again.

Camlp4 is curently incorrectly detected as you just described. I will
try to fix this soon.

Romain

> 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
>



-- 
They try to fool the black population,
By telling them that Jah Jah Dead.
But I&I know that...
Jah no dead!

------------------------------------------------------------------------------
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

Reply via email to