Discussion:
[MPlayer-users] MPlayer with live555
Masaru Nomiya
2015-07-05 03:55:33 UTC
Permalink
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?

Thanks in adavance.

---
$B(.(,(,(/WD(B Masaru Nomiya mail-to: nomiya @ galaxy.dti.ne.jp
$B(-!@!?WD(B
$B(1(,(,(0(B "Bill! You married with Computers.
Not with Me!"
"No..., with money."
Reimar Döffinger
2015-07-07 19:16:12 UTC
Permalink
Post by Masaru Nomiya
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: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.
Masaru Nomiya
2015-07-07 22:27:35 UTC
Permalink
Hello,

In the Message;

Subject : Re: [MPlayer-users] MPlayer with live555
Message-ID : <***@reimardoeffinger.de>
Date & Time: Tue, 7 Jul 2015 21:16:12 +0200

[RD] == Reimar Döffinger <***@gmx.de> has written:

RD> On Sun, Jul 05, 2015 at 12:55:33PM +0900, Masaru Nomiya wrote:
RD>> Hello,
RD>>
RD>> I installed live.20150127.tar.gz, then configureed
RD>>
RD>> ./configure --enable-gui --libdir=/usr/local/lib64 --enable-menu
RD>> --language=ja --prefix=/usr/local --enable-debug --enable-xvmc
RD>> --with-xvmclib=XvMCNVIDIA --enable-musepack --enable-live
RD>>
RD>> Then I tried to build, I got error;
[...]

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

I see.
I'll use FFmpeg.

Thanks,

---
┏━━┓彡 Masaru Nomiya mail-to: nomiya @ galaxy.dti.ne.jp
┃\/彡
┗━━┛ "Bill! You married with Computers.
Not with Me!"
"No..., with money."
Reimar Döffinger
2015-07-08 00:11:55 UTC
Permalink
Post by Masaru Nomiya
Hello,
In the Message;
Subject : Re: [MPlayer-users] MPlayer with live555
Date & Time: Tue, 7 Jul 2015 21:16:12 +0200
RD>> Hello,
RD>>
RD>> I installed live.20150127.tar.gz, then configureed
RD>>
RD>> ./configure --enable-gui --libdir=/usr/local/lib64 --enable-menu
RD>> --language=ja --prefix=/usr/local --enable-debug --enable-xvmc
RD>> --with-xvmclib=XvMCNVIDIA --enable-musepack --enable-live
RD>>
RD>> Then I tried to build, I got error;
[...]
RD> If I remember right, the live555 API change some time ago, and MPlayer
RD> was never adapted to it, so it will only work with rather old versions.
RD> Do you actually need it though? I think FFmpeg/libavformat can be used
RD> for RTP in MPlayer has become fairly decent at it.
I see.
I'll use FFmpeg.
Just to be clear:
I meant that
mplayer rtsp://....
is supposed to just work without live555.
(that it's using FFmpeg is just an internal detail that you only
need to care about if it doesn't work and you want to write a bug
report :) )
Masaru Nomiya
2015-07-12 11:35:34 UTC
Permalink
Hello,

In the Message;

Subject : Re: [MPlayer-users] MPlayer with live555
Message-ID : <***@reimardoeffinger.de>
Date & Time: Wed, 8 Jul 2015 02:11:55 +0200

[RD] == Reimar Döffinger <***@gmx.de> has written:

RD> Just to be clear:
RD> I meant that
RD> mplayer rtsp://....
RD> is supposed to just work without live555.
RD> (that it's using FFmpeg is just an internal detail that you only
RD> need to care about if it doesn't work and you want to write a bug
RD> report :) )

Ah, I really understand.
Thanks.

---
┏━━┓彡 Masaru Nomiya mail-to: nomiya @ galaxy.dti.ne.jp
┃\/彡
┗━━┛ "Bill! You married with Computers.
Not with Me!"
"No..., with money."

Loading...