mirror of https://github.com/mpv-player/mpv
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:
parent
63d71ba4ec
commit
6a903a9a08
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue