[MPlayer-users] mplayer fails to build with Live555 library

Alexander Strasser eclipse7 at gmx.net
Tue Jul 30 00:19:17 CEST 2013


On 2013-07-29 21:21 +0200, Reimar Döffinger wrote:
> On Sat, Jul 27, 2013 at 05:16:09AM -0400, Josh wrote:
> > 
> > I dropped Live555 from my builds for a bit, ffmpeg://rtsp:// worked
> > just fine I didn't see any need for it but from a end-user
> > standpoint they may get annoyed that they can't simply plug in a
> > "rtsp://" url & may not go through the trouble of Googling and
> > finding out they had to add "ffmpeg://". Might be time to update to
> > Live555 async, or automatically have ffmpeg handle rtsp:// without
> > "ffmpeg://".
> 
> Well, the live555 support and that the interaction is unclear is the
> only reason it isn't like that.
> Might make sense to do something like this if it works? Anyone care to test:
> Index: stream/stream_ffmpeg.c
> ===================================================================
> --- stream/stream_ffmpeg.c	(revision 36350)
> +++ stream/stream_ffmpeg.c	(working copy)
> @@ -154,7 +154,11 @@
>    "",
>    "",
>    open_f,
> -  { "ffmpeg", "rtmp", NULL },
> +  { "ffmpeg", "rtmp",
> +#ifndef CONFIG_LIVE555
> +    "rtsp",
> +#endif
> +    NULL },
>    NULL,
>    1 // Urls are an option string
>  };

  Just wanted to note that I rather dislike such build-specific
differences in program behaviour. Sorry, I currently can't think
of a better solution, meaning I am not totally against such a
change.

  Alexander
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 198 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/mplayer-users/attachments/20130730/4171915a/attachment.asc>


More information about the MPlayer-users mailing list