Open GoogleCodeExporter opened 9 years ago
Same here on dabian 7.1 armhf
Original comment by goldenHa...@gmail.com
on 15 Sep 2013 at 8:44
You will need to manually compile lame as the ubuntu lame package does not
reside in the correct place.
The INSTALL.lame file has instructions
wget the latest lame source
tar xfz lame-3.91.tar.gz
cd lame-3.91
./configure --with-fileio=lame --without-vorbis --disable-gtktest
--enable-expopt=full --prefix=/usr
make
make install
The key bit being --prefix=/usr in the configure.
Original comment by em...@mattgreen.co.uk
on 25 Jan 2014 at 1:15
[deleted comment]
Needed to install opus codec as well:
http://downloads.xiph.org/releases/opus/opus-1.1.tar.gz
and used following line found at
http://www.t3node.com/blog/live-streaming-mp3-audio-with-darkice-and-icecast2-on
-raspberry-pi/
sudo apt-get --no-install-recommends install build-essential devscripts
autotools-dev fakeroot dpkg-dev debhelper autotools-dev dh-make quilt ccache
libsamplerate0-dev libpulse-dev libaudio-dev lame libjack-jackd2-dev
libasound2-dev libtwolame-dev libfaad-dev libflac-dev libmp4v2-dev
libshout3-dev libmp3lame-dev
Original comment by oelja...@gmail.com
on 23 May 2014 at 10:26
compiled with
./configure --with-vorbis-prefix=/usr/lib/i386-linux-gnu
--with-jack-prefix=/usr-alsa-prefix=/usr/lib/i386-linux-gnu/
--with-faac-prefix=/usr/lib/i386-linux-gnu
--with-aacplus-prefix=/usr/i386-linux-gnu --with-samplerate-prefix=/usr
--with-lame-prefix=/usr/lib/i386-linux-gnu
--with-opus-prefix=/usr/lib/i386-linux-gnu
on ubuntustudio 14.04 with lowlatency kernel
Original comment by oelja...@gmail.com
on 24 May 2014 at 8:52
Original issue reported on code.google.com by
asker.st...@gmail.com
on 10 Sep 2013 at 8:16