From: Ramu C. <boy...@gm...> - 2012-04-30 15:38:25
|
Hi, I tried to install mplayer enabling svc and gui. In the configure files its showing yes to both. However, there are errors when I use make command. libmpdemux/demux_rtp.cpp:621: error: 'class RTSPClient' has no member named 'teardownMediaSession' make: *** [libmpdemux/demux_rtp.o] Error 1 Coming to installation with live, I tried to enable live showing correct path of live in the configure command /configure --enable-svc --enable-gui --enable-live --extra-cflags="-I/usr/local/lib/live" when I use make command, it shows error, saying unable to locate header file. When i fixed it, it again asks for another header file and so on, I patiently fixed all the header files in configure command and finally it ended up with similar errors :( ./configure --enable-svc --enable-gui --enable-live --extra-cflags="-I/usr/local/lib/live/UsageEnvironment/include -I/usr/local/lib/live/groupsock/include -I/usr/local/lib/live/liveMedia/include -I/usr/local/lib/live/BasicUsageEnvironment/include -I/usr/local/lib/live/mediaServer -I/usr/local/lib/live/testProgs" errors: libmpdemux/demux_rtp.cpp:97: error: 'class RTSPClient' has no member named 'describeWithPassword' libmpdemux/demux_rtp.cpp:99: error: 'class RTSPClient' has no member named 'describeURL' libmpdemux/demux_rtp.cpp: In function 'demuxer_t* demux_open_rtp(demuxer_t*)': libmpdemux/demux_rtp.cpp:155: error: invalid conversion from 'int' to 'const char*' libmpdemux/demux_rtp.cpp:155: error: initializing argument 2 of 'static RTSPClient* RTSPClient::createNew(UsageEnvironment&, const char*, int, const char*, portNumBits)' libmpdemux/demux_rtp.cpp:155: error: invalid conversion from 'const char*' to 'int' libmpdemux/demux_rtp.cpp:155: error: initializing argument 3 of 'static RTSPClient* RTSPClient::createNew(UsageEnvironment&, const char*, int, const char*, portNumBits)' libmpdemux/demux_rtp.cpp:155: error: invalid conversion from 'int' to 'const char*' libmpdemux/demux_rtp.cpp:155: error: initializing argument 4 of 'static RTSPClient* RTSPClient::createNew(UsageEnvironment&, const char*, int, const char*, portNumBits)' libmpdemux/demux_rtp.cpp:245: error: 'class RTSPClient' has no member named 'setupMediaSubsession' libmpdemux/demux_rtp.cpp:257: error: 'class RTSPClient' has no member named 'playMediaSession' libmpdemux/demux_rtp.cpp: In function 'void teardownRTSPorSIPSession(RTPState*)': libmpdemux/demux_rtp.cpp:621: error: 'class RTSPClient' has no member named 'teardownMediaSession' make: *** [libmpdemux/demux_rtp.o] Error 1 could some one please help me in the installation! Thanks in advance, Best regards, boys21. |