Le 28/04/2011 17:03, Romain Beauxis a écrit :
2011/4/28 Martin Hamant<[email protected]>:
Hi,
Hi Martin and welcome onboard!

Hi Romain and Thanks !!!


My Ubuntu is a 11.04 (beta) that I am currently updating to the stable
release

I also tried  to add savonet debian/ubuntu packages by adding the
repository specified on
http://savonet.sourceforge.net/debian_daily.html  (and added medibuntu).
This time, apt-get returns some unsatisfied dependencies with
libaacplus2; libao2... is these packages are compatible with latest
ubuntu release? I don't know.

Well then I tried the manual way, installed all the lib dependencies to
get a working ./configure ; then "make"... mp4ff.h is somehow not found,
and I can't find any dev packages which provides this file.

(...)
/usr/bin/ocamlc -c -cc "gcc" -ccopt "-fPIC -g -O2  -Wall -DCAML_NAME_SPACE \
                 -DPIC   \
                     -o faad_stubs.o " faad_stubs.c
faad_stubs.c:43:19: fatal error: mp4ff.h: Aucun fichier ou dossier de ce
type
(...)

what I'll need to start is to stream my soundcard input to a/many
shoutcast server.

Any help would be greatly appreciated.
You have been hit by one big problem for beginners: getting a working
liquidsoap with mp3 enabled..

The daily packages are unfortunately outdated and thus are not
installable with a recent ubuntu or debian.. (volonteers needed!).

Since you are not too afraid of compiling it, I would therefore
recommend to compile a recent hg (mercurial) copy. There you would
have all recent updates and bugfixes until the next stable release.

In particular, the faad compilation bug you have seen has been fixed there now.

The instructions are similar to compiling from the -full source except
that you need to grab a copy of the repository as follows:
   hg clone http://savonet.hg.sourceforge.net:8000/hgroot/savonet/savonet

Please let us know if you have other issues during the compilation process..
Good news: It works from a mercurial copy ! I just disabled a few things in PACKAGES in order to get a working ./configure

--- PACKAGES.default    2011-04-29 09:21:07.553342629 +0200
+++ PACKAGES    2011-04-29 09:34:21.189962254 +0200
@@ -23 +23 @@
-ocaml-portaudio
+#ocaml-portaudio
@@ -48 +48 @@
-ocaml-aacplus
+#ocaml-aacplus
@@ -64 +64 @@
-ocaml-voaacenc
+#ocaml-voaacenc

I was to lazy to install libaacplus by hand, as well as libvoaacenc**(as I was not able to find it with a simple apt-cache search).

Once I got a working ./configure, I have encountered some compilation errors because of some missing prerequisites like dssi-dev and liblo-dev packages (that are not being checked by ./configure ?) (I issued some apt-file search in order to find out which packages to install as there is no README in ocaml-lo and ocaml-dssi) However I am afraid that I have not logged the make error output but it was like "error: lo.h not found"

btw I can provide a (non-specific) list of "apt-get install" commands I had to issue to get the ./configure to finally works :) I'll have to work on my shell history for that !

I am I already able to capture the soundcard "what you hear" (thru Alsa/ Alsa-plugin wrapper for pulseaudio) and stream this to a shoutcast server. It works fine.
So now I will play a little bit more with the software and let you know !
Thanks again !!


------------------------------------------------------------------------------
WhatsUp Gold - Download Free Network Management Software
The most intuitive, comprehensive, and cost-effective network 
management toolset available today.  Delivers lowest initial 
acquisition cost and overall TCO of any competing solution.
http://p.sf.net/sfu/whatsupgold-sd
_______________________________________________
Savonet-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/savonet-users

Reply via email to