# HG changeset patch # User compn # Date 1407557661 0 # Node ID c0946b91b5bccd27e382455eabdf81e9e1431b00 # Parent ee0a7558379e62be955d82295ad985d01c574e7c stream: force https url to ffmpeg:// diff -r ee0a7558379e -r c0946b91b5bc stream/stream_ffmpeg.c --- 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 };