summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--stream/stream_ffmpeg.c2
1 files changed, 1 insertions, 1 deletions
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
};