Page 1 of 1

compile vlc 2.1.1 with live555 & x264 on openmandriva

Posted: 06 Dec 2013 21:17
by m@rco123
Hello !
Where is the problem ?

I created a directory:
mkdir /home/marco/Vlcinstall
cd /home/marco/Vlcinstall

I downloaded live555
wget http://www.live555.com/liveMedia/public ... est.tar.gz
tar xvzf live555-latest.tar.gz
cd live
./genMakefiles linux
make
OK NO ERROR

I downloaded vlc
cd /home/marco/Vlcinstall
git clone git://git.videolan.org/vlc.git
cd vlc
./bootstrap
OK NO ERROR

./configure --enable-live555 --enable-x264

In the end :

checking for LIVE555... no
configure: WARNING: No package 'live555' found.
checking for live555 version 1324598400 or later... no
configure: WARNING: live555 is missing or its installed version is too old:
Version 2011.12.23 or later is required to proceed.
You can get an updated one from http://www.live555.com/liveMedia .
configure: error: Update live555 or pass --disable-live555 to disable RTSP input support.

On openmandriva lx 2013 with pkgcongig installed in /usr/lib/pkgconfig

thank you for your ideas

M@rco

Re: compile vlc 2.1.1 with live555 & x264 on openmandriva

Posted: 10 Dec 2013 15:53
by Jean-Baptiste Kempf
Are you sure the new live555.pc is correctly placed?

Re: compile vlc 2.1.1 with live555 & x264 on openmandriva

Posted: 11 Dec 2013 20:01
by m@rco123
where should be live555 ?
I have not "live555.pc"
I downloaded live555
wget http://www.live555.com/liveMedia/public ... est.tar.gz
tar xvzf live555-latest.tar.gz
cd live
./genMakefiles linux
make
no error but no live555.pc

Re: compile vlc 2.1.1 with live555 & x264 on openmandriva

Posted: 12 Dec 2013 15:55
by Sébastien Escudier
You need to get live555 from your distribution, OR from vlc contrib.
It won't work if you download and build it yourself

Re: compile vlc 2.1.1 with live555 & x264 on openmandriva

Posted: 13 Dec 2013 14:14
by m@rco123
Hi !
I get :
http://download.videolan.org/contrib/li ... .05.tar.gz
./genMakefiles linux (32bit)
make
OK

I get :
http://download.videolan.org/vlc/last/vlc-2.1.2.tar.xz
./bootstrap
./configure --enable-faad --disable-lua --disable-glx
checking for LIVE555... no
configure: WARNING: No package 'live555' found.
checking for live555 version 1324598400 or later... no
configure: WARNING: live555 is missing or its installed version is too old:
Version 2011.12.23 or later is required to proceed.
You can get an updated one from http://www.live555.com/liveMedia .

Re: compile vlc 2.1.1 with live555 & x264 on openmandriva

Posted: 13 Dec 2013 20:07
by Sébastien Escudier
https://wiki.videolan.org/UnixCompile#T ... .22_method
If you want to build live555 only from vlc contribs, use "make .live555" instead of the make from the previous link.