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)
This commit is contained in:
parazyd 2021-03-12 01:31:55 +01:00 committed by Jan Ekström
parent 63d71ba4ec
commit 6a903a9a08
1 changed files with 1 additions and 1 deletions

View File

@ -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,