summarylogtreecommitdiffstats
path: root/ffmpeg.patch
diff options
context:
space:
mode:
Diffstat (limited to 'ffmpeg.patch')
-rw-r--r--ffmpeg.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/ffmpeg.patch b/ffmpeg.patch
new file mode 100644
index 000000000000..11c8e3263794
--- /dev/null
+++ b/ffmpeg.patch
@@ -0,0 +1,13 @@
+diff --git origin/mpd-0.21.7/src/input/plugins/FfmpegInputPlugin.cxx new/mpd-0.21.7/src/input/plugins/FfmpegInputPlugin.cxx
+index 198f4bd17..58686bf47 100644
+--- origin/mpd-0.21.7/src/input/plugins/FfmpegInputPlugin.cxx
++++ new/mpd-0.21.7/src/input/plugins/FfmpegInputPlugin.cxx
+@@ -118,6 +118,8 @@ static constexpr const char *ffmpeg_prefixes[] = {
+ "rtmp://",
+ "rtmpt://",
+ "rtmps://",
++ "http://",
++ "https://",
+ nullptr
+ };
+