From 0aa337da589c0f6966ff975aa41701e15d304414 Mon Sep 17 00:00:00 2001 From: Marcel van der Veldt Date: Tue, 28 Oct 2025 01:16:55 +0100 Subject: [PATCH] Dont define protocols, all is the default --- Dockerfile.base | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/Dockerfile.base b/Dockerfile.base index 9fb46cd8..5c3df855 100644 --- a/Dockerfile.base +++ b/Dockerfile.base @@ -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 \ -- 2.34.1