From 41fedab2d9255ae496236e9292c70acdbb11bbf9 Mon Sep 17 00:00:00 2001 From: wm4 Date: Mon, 4 Nov 2013 19:57:13 +0100 Subject: stream_lavf: support more libavformat protocols --- stream/stream_lavf.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'stream') diff --git a/stream/stream_lavf.c b/stream/stream_lavf.c index c7161b506c..eecb3f6579 100644 --- a/stream/stream_lavf.c +++ b/stream/stream_lavf.c @@ -316,6 +316,8 @@ const stream_info_t stream_info_ffmpeg = { .open = open_f, .protocols = (const char*[]){ "lavf", "ffmpeg", "rtmp", "rtsp", "http", "https", "mms", "mmst", "mmsh", - "mmshttp", "udp", "ftp", "rtp", "httpproxy", + "mmshttp", "udp", "ftp", "rtp", "httpproxy", "hls", "rtmpe", "rtmps", + "rtmpt", "rtmpte", "rtmpts", "srtp", "tcp", "udp", "tls", "unix", "sftp", + "md5", NULL }, }; -- cgit v1.2.3