Hi, I'm Paolo (aka gmz). I love liquidsoap and we use a lot here at Radio 
Blackout 105.205 FM (Torino, Italy - radioblackout.org): we're trying to deal 
both streaming and proof-of-transmission with liquidsoap, and it works way 
better than darkice 'till now :o)

I'd like to get in touch with you because I've managed to install liquidsoap on 
my OSX box and I think you'd like to know how it works. The easiest way is 
provided by Homebrew: https://github.com/mxcl/homebrew


-----------------------------------------------------------------------------------

0) Homebrew
see https://github.com/mxcl/homebrew/wiki/installation

1)  Base libraries
brew install ocaml libmad libshout libvorbis wget libid3tag pcre libao taglib

2.1)  missing library: ocaml-find
wget http://projects.camlcity.org/projects/dl/findlib-1.2.6.tar.gz
tar xzvf findlib-1.2.6.tar.gz && cd findlib-1.2.6/
./configure
make-all
make-opt
sudo make install

2.2) missing library: ocaml-pcre
wget http://hg.ocaml.info/release/pcre-ocaml/archive/release-6.2.2.tar.bz2
tar xjvf release-6.2.2.tar.bz2 && cd pcre-ocaml-release-6.2.2/
make
sudo make install

3) Liquidsoap
wget 
http://switch.dl.sourceforge.net/project/savonet/liquidsoap/1.0.0-beta1/liquidsoap-full-1.0.0-beta1.tar.bz2
tar xjvf liquidsoap-full-1.0.0-beta1.tar.bz2 && cd liquidsoap-full-1.0.0-beta1/
cp PACKAGES.minimal PACKAGES
./bootstrap
./configure
make
sudo cp liquidsoap-1.0.0-beta1/src/liquidsoap /usr/local/bin

(this very last step it's because either 'make install' or 'sudo make install' 
says:  make: `install' is up to date. without copying files)


4) Test It!

osxbox:~ osxbox$ liquidsoap --version
Liquidsoap 1.0.0-beta1.


-----------------------------------------------------------------------------------


Hope you like this. It's my little thanks for this powerful tool you've built. 

By the way I'm having a look at airtime now, we were formerly campcaster users 
but we had to drop it time ago and I hope to integrate our needs into airtime 
and have it running soon, it would be great.

Bye!
Paolo aka gmz



------------------------------------------------------------------------------
Enable your software for Intel(R) Active Management Technology to meet the
growing manageability and security demands of your customers. Businesses
are taking advantage of Intel(R) vPro (TM) technology - will your software 
be a part of the solution? Download the Intel(R) Manageability Checker 
today! http://p.sf.net/sfu/intel-dev2devmar
_______________________________________________
Savonet-devl mailing list
Savonet-devl@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/savonet-devl

Répondre à