[MPlayer-cvslog] r30188 - trunk/configure

Reimar Döffinger Reimar.Doeffinger at gmx.de
Sun Jan 3 22:11:52 CET 2010


On Sun, Jan 03, 2010 at 04:00:32PM -0500, compn wrote:
> On Sun,  3 Jan 2010 17:46:31 +0100 (CET), reimar wrote:
> >Author: reimar
> >Date: Sun Jan  3 17:46:31 2010
> >New Revision: 30188
> >
> >Log:
> >Enable all FFmpeg protocols by default, they seem to build without issue
> >on Linux and MinGW, lets see if it works for everything else as well.
> 
> do you also have the patch to allow mplayer rtmp:// instead of mplayer
> ffmpeg://rtmp://?

Should be as simple as this, test it and apply if it works.
Index: stream/stream_ffmpeg.c
===================================================================
--- stream/stream_ffmpeg.c	(revision 30193)
+++ stream/stream_ffmpeg.c	(working copy)
@@ -134,7 +134,7 @@
   "",
   "",
   open_f,
-  { "ffmpeg", NULL },
+  { "ffmpeg", "rtmp", "rtmpe", NULL },
   &stream_opts,
   1 // Urls are an option string
 };


More information about the MPlayer-cvslog mailing list