Skip to content

Commit 0aa337d

Browse files
committed
Dont define protocols, all is the default
1 parent 2c54e57 commit 0aa337d

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

Dockerfile.base

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -77,21 +77,6 @@ RUN set -x \
7777
--enable-libpulse \
7878
# SSL/TLS support for HTTPS
7979
--enable-openssl \
80-
# Protocols needed for streaming
81-
--enable-protocol=file \
82-
--enable-protocol=http \
83-
--enable-protocol=https \
84-
--enable-protocol=tcp \
85-
--enable-protocol=udp \
86-
--enable-protocol=rtp \
87-
--enable-protocol=data \
88-
--enable-protocol=pipe \
89-
--enable-protocol=crypto \
90-
--enable-protocol=tls \
91-
--enable-protocol=hls \
92-
--enable-protocol=concat \
93-
--enable-protocol=async \
94-
--enable-protocol=cache \
9580
# Optimizations
9681
--enable-small \
9782
--enable-runtime-cpudetect \

0 commit comments

Comments
 (0)