Dont define protocols, all is the default
authorMarcel van der Veldt <m.vanderveldt@outlook.com>
Tue, 28 Oct 2025 00:16:55 +0000 (01:16 +0100)
committerMarcel van der Veldt <m.vanderveldt@outlook.com>
Tue, 28 Oct 2025 00:16:55 +0000 (01:16 +0100)
Dockerfile.base

index 9fb46cd8de213670acda4f36b5c95a9753baa24f..5c3df8556134f38e62eca76b435c538997e8361e 100644 (file)
@@ -77,21 +77,6 @@ RUN set -x \
         --enable-libpulse \
         # SSL/TLS support for HTTPS
         --enable-openssl \
-        # Protocols needed for streaming
-        --enable-protocol=file \
-        --enable-protocol=http \
-        --enable-protocol=https \
-        --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 \