aboutsummaryrefslogtreecommitdiffstats
path: root/src/ls.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ls.c')
-rw-r--r--src/ls.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/ls.c b/src/ls.c
index 94c763d13..c30765c62 100644
--- a/src/ls.c
+++ b/src/ls.c
@@ -41,6 +41,14 @@ static const char *remoteUrlPrefixes[] = {
"mmst://",
"mmsu://",
#endif
+#ifdef HAVE_FFMPEG
+ "gopher://",
+ "rtp://",
+ "rtsp://",
+ "rtmp://",
+ "rtmpt://",
+ "rtmps://",
+#endif
NULL
};