From f344d481a583fde03bb204f4d026bb7ff22ac6fb Mon Sep 17 00:00:00 2001 From: The-head-obamid Date: Sun, 14 Aug 2022 15:32:48 -0400 Subject: [PATCH] stream_lavf: enable RIST protocol support via ffmpeg --- stream/stream_lavf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stream/stream_lavf.c b/stream/stream_lavf.c index c9e4bd268a..9f9217401e 100644 --- a/stream/stream_lavf.c +++ b/stream/stream_lavf.c @@ -411,7 +411,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", "gophers", "data", "ipfs", "ipns", + "rist", "srtp", "gopher", "gophers", "data", "ipfs", "ipns", NULL }, .can_write = true, .stream_origin = STREAM_ORIGIN_NET,