stream_lavf: add support for gopher

This commit is contained in:
Leonardo Taccari
2019-09-29 13:55:11 +02:00
committed by wm4
parent 0d4f165d81
commit c833c095d7

View File

@@ -410,7 +410,7 @@ const stream_info_t stream_info_ffmpeg = {
.protocols = (const char *const[]){
"rtmp", "rtsp", "http", "https", "mms", "mmst", "mmsh", "mmshttp", "rtp",
"httpproxy", "rtmpe", "rtmps", "rtmpt", "rtmpte", "rtmpts", "srtp",
"data",
"gopher", "data",
NULL },
.can_write = true,
.is_safe = true,