From 78267a4d210cd374c49aa6a56f8e3a16e0aad4b5 Mon Sep 17 00:00:00 2001 From: reimar Date: Wed, 6 Jan 2010 16:12:58 +0000 Subject: Support rtmp:// URLs directly instead of requiring ffmpeg://rtmp:// git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30232 b3059339-0415-0410-9bf9-f77b7e298cf2 --- stream/stream_ffmpeg.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stream/stream_ffmpeg.c b/stream/stream_ffmpeg.c index 6dee2fcceb..6aee8c63ee 100644 --- a/stream/stream_ffmpeg.c +++ b/stream/stream_ffmpeg.c @@ -108,7 +108,7 @@ const stream_info_t stream_info_ffmpeg = { "", "", open_f, - { "ffmpeg", NULL }, + { "ffmpeg", "rtmp", NULL }, NULL, 1 // Urls are an option string }; -- cgit v1.2.3