Page 1 of 1

Cannot add livemedia to vlc

Posted: 11 Apr 2012 16:04
by ashhab2010
i compiled the latest version of livemedia kept it inside extras folder and then used the following option with ./configure

Code: Select all

--enable-live555 --with-live555-tree=extras/live
but i get an error

Code: Select all

configure: WARNING: liveMedia 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.
what is wrong??? :(

Re: Cannot add livemedia to vlc

Posted: 11 Apr 2012 16:37
by Sébastien Escudier
--with-live555-tree does not exist anymore.
Use the contrib system

Re: Cannot add livemedia to vlc

Posted: 11 Apr 2012 18:58
by ashhab2010
i put the file in the contrib folder still the same error

Re: Cannot add livemedia to vlc

Posted: 11 Apr 2012 19:03
by Sébastien Escudier
that's not what I said.
Use the vlc contrib system to compile live555
follow these instructions :
http://wiki.videolan.org/UnixCompile#Th ... tributions

If you only want live555 from the contribs, then make .live555 instead of make

Re: Cannot add livemedia to vlc

Posted: 24 Apr 2012 08:10
by dapengwang
hi
I've got the same kind of error and I just wanna know if the problem has been settled,thank u :mrgreen:

Re: Cannot add livemedia to vlc

Posted: 24 Apr 2012 09:14
by dapengwang
that's not what I said.
Use the vlc contrib system to compile live555
follow these instructions :
http://wiki.videolan.org/UnixCompile#Th ... tributions

If you only want live555 from the contribs, then make .live555 instead of make
I followed your procedures and got the live555 which was saved in the native folder, and then in my own project, I need to put this file under what path. Thanks,

Re: Cannot add livemedia to vlc

Posted: 24 Apr 2012 10:51
by Sébastien Escudier
no, once the contribs are compiled, you just need to run configure in the vlc folder and pass the contrib path with :
--with-contrib=DIR

Re: Cannot add livemedia to vlc

Posted: 28 May 2012 16:05
by ximoed
what should this DIR stand for?
,,I have tried some pathes,but with this error:

Code: Select all

checking for 3rd party libraries path... not usable configure: error: Third party libraries not found!
IF I remove this statement,live555 installation is ok,but when opening an sdp file,problems occur

Code: Select all

[0x8e7c1b8] main demux warning: cannot load module `/usr/local/lib/vlc/plugins/demux/liblive555_plugin.so' (/usr/local/lib/vlc/plugins/demux/liblive555_plugin.so: undefined symbol: _ZN10RTSPClient23sendGetParameterCommandER12MediaSessionPFvPS_iPcEPKcP13Authenticator) [0x8e7c1b8] main demux error: corrupt module: /usr/local/lib/vlc/plugins/demux/liblive555_plugin.so [0x8e7c1b8] mod demux debug: MOD validation failed (ext=sdp)
SO,I guess this DIR is important.
[quote
no, once the contribs are compiled, you just need to run configure in the vlc folder and pass the contrib path with :
--with-contrib=DIR
][/quote]