[MPlayer-users] MPlayer with live555

Reimar Döffinger Reimar.Doeffinger at gmx.de
Tue Jul 7 21:16:12 CEST 2015


On Sun, Jul 05, 2015 at 12:55:33PM +0900, Masaru Nomiya wrote:
> Hello,
> 
> I installed live.20150127.tar.gz, then configureed
> 
> ./configure --enable-gui --libdir=/usr/local/lib64 --enable-menu
> --language=ja --prefix=/usr/local --enable-debug --enable-xvmc
> --with-xvmclib=XvMCNVIDIA --enable-musepack --enable-live
> 
> Then I tried to build, I got error;
> 
> [...]
> libmpdemux/demux_rtp.cpp:101:20: error: 'class RTSPClient' has no member named 'describeWithPassword'
>      return client->describeWithPassword(url, network_username, password);
>                     ^
> libmpdemux/demux_rtp.cpp:103:20: error: 'class RTSPClient' has no member named 'describeURL'
>      return client->describeURL(url);
>                     ^
> libmpdemux/demux_rtp.cpp: In function 'demuxer_t* demux_open_rtp(demuxer_t*)':
> libmpdemux/demux_rtp.cpp:149:82: error: invalid conversion from 'int' to 'const char*' [-fpermissive]
>   rtspClient = RTSPClient::createNew(*env, verbose, "MPlayer", rtsp_transport_http);
> [...]
> 
> Any hint?

If I remember right, the live555 API change some time ago, and MPlayer
was never adapted to it, so it will only work with rather old versions.
Do you actually need it though? I think FFmpeg/libavformat can be used
for RTP in MPlayer has become fairly decent at it.


More information about the MPlayer-users mailing list