From 6a903a9a087e9639eb3323a7e5adeb49871011af Mon Sep 17 00:00:00 2001 From: parazyd Date: Fri, 12 Mar 2021 01:31:55 +0100 Subject: stream_lavf: add support for Gopher over TLS. Gopher over TLS (gophers) is a community-adopted protocol and has recently been merged in: - curl (a1f06f32b8603427535fc21183a84ce92a9b96f7) - ffmpeg (51367267c8a9f1a840f5e810f8c788e6e03712a5) --- stream/stream_lavf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'stream') diff --git a/stream/stream_lavf.c b/stream/stream_lavf.c index 1c7fd35ae2..27a948d5e5 100644 --- a/stream/stream_lavf.c +++ b/stream/stream_lavf.c @@ -413,7 +413,7 @@ const stream_info_t stream_info_ffmpeg = { .protocols = (const char *const[]){ "rtmp", "rtsp", "rtsps", "http", "https", "mms", "mmst", "mmsh", "mmshttp", "rtp", "httpproxy", "rtmpe", "rtmps", "rtmpt", "rtmpte", "rtmpts", "srt", - "srtp", "gopher", "data", + "srtp", "gopher", "gophers", "data", NULL }, .can_write = true, .stream_origin = STREAM_ORIGIN_NET, -- cgit v1.2.3