mirror of https://github.com/mpv-player/mpv
stream_lavf: enable RIST protocol support via ffmpeg
This commit is contained in:
parent
e735f7f61a
commit
f344d481a5
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue