From 75acc042628d17414c5fd6da212f30f9ea472213 Mon Sep 17 00:00:00 2001 From: Alexandre Iooss Date: Sat, 3 Oct 2020 19:45:30 +0200 Subject: stream_lavf: enable SRT protocol support through FFmpeg Additionally, announce support for the protocol in Mac and Linux application metadata. --- 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 8bbfab8af8..e95dbc0b43 100644 --- a/stream/stream_lavf.c +++ b/stream/stream_lavf.c @@ -412,7 +412,7 @@ const stream_info_t stream_info_ffmpeg = { .open = open_f, .protocols = (const char *const[]){ "rtmp", "rtsp", "http", "https", "mms", "mmst", "mmsh", "mmshttp", "rtp", - "httpproxy", "rtmpe", "rtmps", "rtmpt", "rtmpte", "rtmpts", "srtp", + "httpproxy", "rtmpe", "rtmps", "rtmpt", "rtmpte", "rtmpts", "srt", "srtp", "gopher", "data", NULL }, .can_write = true, -- cgit v1.2.3