changeset 37154:c0946b91b5bc

stream: force https url to ffmpeg://
author compn
date Sat, 09 Aug 2014 04:14:21 +0000
parents ee0a7558379e
children cb116df2475d
files stream/stream_ffmpeg.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/stream/stream_ffmpeg.c	Wed Aug 06 16:37:13 2014 +0000
+++ b/stream/stream_ffmpeg.c	Sat Aug 09 04:14:21 2014 +0000
@@ -157,7 +157,7 @@
   "",
   "",
   open_f,
-  { "ffmpeg", "rtmp", "rtsp", NULL },
+  { "ffmpeg", "rtmp", "rtsp", "https", NULL },
   NULL,
   1 // Urls are an option string
 };