diff --git a/stream/stream_lavf.c b/stream/stream_lavf.c index 2269bfba2c..c9e4bd268a 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", + "srtp", "gopher", "gophers", "data", "ipfs", "ipns", NULL }, .can_write = true, .stream_origin = STREAM_ORIGIN_NET,