Running the latest svn MPlayer, live555 2012.02.29 and 64bit Linux
compile fails as follows:
libmpdemux/demux_rtp.o: In function `demux_close_rtp':
demux_rtp.cpp:(.text+0xd5): undefined reference to `RTSPClient::teardownMediaSession(MediaSession&)'
libmpdemux/demux_rtp.o: In function `demux_open_rtp':
demux_rtp.cpp:(.text+0x768): undefined reference to `RTSPClient::setupMediaSubsession(MediaSubsession&, unsigned int, unsigned int, unsigned int)'
demux_rtp.cpp:(.text+0x803): undefined reference to `RTSPClient::playMediaSession(MediaSession&, double, double, float)'
demux_rtp.cpp:(.text+0xa8c): undefined reference to `RTSPClient::createNew(UsageEnvironment&, int, char const*, unsigned short)'
demux_rtp.cpp:(.text+0xad3): undefined reference to `RTSPClient::describeWithPassword(char const*, char const*, char const*, unsigned int, int)'
demux_rtp.cpp:(.text+0xbd6): undefined reference to `RTSPClient::describeURL(char const*, Authenticator*, unsigned int, int)'
collect2: ld returned 1 exit status
make: *** [mplayer] Error 1
Please let me know if more information is required.
Andrew
--
You think that's air you're breathing now?
_______________________________________________
MPlayer-users mailing list
MPlaye...@mplayerhq.hu
https://lists.mplayerhq.hu/mailman/listinfo/mplayer-users
you need to recompile live-media with -DRTSPCLIENT_SYNCHRONOUS_INTERFACE=1
--
Ionuț
Receiving the same error here.
I added this to the compile options in the Makefile, but received the same error
when attempting to compile mplayer/mencoder.
Moving the live library out of /usr/local/lib allowed mplayer/mencoder to
compile successfully, however, it completed without live555 support.
Not trying to hijack the thread, just wanted OP to know he is not alone.
> Receiving the same error here.
>
> I added this to the compile options in the Makefile, but received the same error
> when attempting to compile mplayer/mencoder.
>
> Moving the live library out of /usr/local/lib allowed mplayer/mencoder to
> compile successfully, however, it completed without live555 support.
>
> Not trying to hijack the thread, just wanted OP to know he is not alone.
I have still not been able to get MPlayer to compile with latest
live555. My own solution was simply to retreat to 2011.12.23 which is
available here:
http://live555sourcecontrol.googlecode.com/files/live.2011.12.23.tar.gz
Compiles fine without modification with both MPlayer and vlc.
Andrew
--
You think that's air you're breathing now?