Fix missing protocols in ffmpeg build
authorMarcel van der Veldt <m.vanderveldt@outlook.com>
Mon, 27 Oct 2025 19:20:12 +0000 (20:20 +0100)
committerMarcel van der Veldt <m.vanderveldt@outlook.com>
Mon, 27 Oct 2025 19:20:12 +0000 (20:20 +0100)
Dockerfile.base

index a2c59c7967f092ccaa13347fc4a7f3a0d4e4e312..9fb46cd8de213670acda4f36b5c95a9753baa24f 100644 (file)
@@ -84,6 +84,14 @@ RUN set -x \
         --enable-protocol=tcp \
         --enable-protocol=udp \
         --enable-protocol=rtp \
+        --enable-protocol=data \
+        --enable-protocol=pipe \
+        --enable-protocol=crypto \
+        --enable-protocol=tls \
+        --enable-protocol=hls \
+        --enable-protocol=concat \
+        --enable-protocol=async \
+        --enable-protocol=cache \
         # Optimizations
         --enable-small \
         --enable-runtime-cpudetect \