[MPlayer-cvslog] r30188 - trunk/configure

compn tempn at twmi.rr.com
Tue Jan 5 16:59:58 CET 2010


On Sun, 3 Jan 2010 22:11:52 +0100, Reimar Döffinger wrote:
>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
> };

no, something is wrong. rtmp:// works with no url, but adding anything
after rtmp:// causes it not to recognize it as an ffmpeg stream.

E:\>mplayer "rtmp://"
MPlayer SVN-r30226-3.4.5 (C) 2000-2009 MPlayer Team
141 audio & 323 video codecs

Playing rtmp://.
[ffmpeg] No URL
Failed to open rtmp://.


Exiting... (End of file)

E:\>mplayer "rtmp://bar.com/foo"
MPlayer SVN-r30226-3.4.5 (C) 2000-2009 MPlayer Team
141 audio & 323 video codecs

Playing rtmp://bar.com/foo.
Failed to open rtmp://bar.com/foo.


Exiting... (End of file)


More information about the MPlayer-cvslog mailing list