mplayer

Tom Evans tevans.uk at googlemail.com
Fri Sep 20 09:19:57 UTC 2013


On Thu, Sep 19, 2013 at 10:06 PM, Ajtim <lumiwa at gmail.com> wrote:
> I try to built Mplayer but I have a problems (they were so many warnings) and
> finally error:
>
>
> libmpdemux/demux_rtp.cpp:101:20: error: no member named 'describeWithPassword'
> in 'RTSPClient'
>     return client->describeWithPassword(url, network_username, password);
>            ~~~~~~  ^
> libmpdemux/demux_rtp.cpp:103:20: error: no member named 'describeURL' in
> 'RTSPClient'
>     return client->describeURL(url);

Live555 (net/liveMedia) changed their API, you either have too new a
version of that library with too old an mplayer snapshot, or too old
version of that library with too new of an mplayer snapshot.

Either way, update all ports that mplayer depends on and try again. If
it still doesn't work, update your ports tree, update all ports that
mplayer depends on and try again. You could also disable Live555
support if you don't need RTSP.

Cheers

Tom


More information about the freebsd-current mailing list