changeset 30190:561453831add

Support rtmp:// URLs directly instead of requiring ffmpeg://rtmp://
author reimar
date Wed, 06 Jan 2010 16:12:58 +0000
parents 787bcd39e929
children c2fc252b0d14
files stream/stream_ffmpeg.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/stream/stream_ffmpeg.c	Wed Jan 06 16:11:29 2010 +0000
+++ b/stream/stream_ffmpeg.c	Wed Jan 06 16:12:58 2010 +0000
@@ -108,7 +108,7 @@
   "",
   "",
   open_f,
-  { "ffmpeg", NULL },
+  { "ffmpeg", "rtmp", NULL },
   NULL,
   1 // Urls are an option string
 };