stream_lavf: enable RIST protocol support via ffmpeg

This commit is contained in:
The-head-obamid 2022-08-14 15:32:48 -04:00 committed by sfan5
parent e735f7f61a
commit f344d481a5
1 changed files with 1 additions and 1 deletions

View File

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