We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c54e57 commit 0aa337dCopy full SHA for 0aa337d
Dockerfile.base
@@ -77,21 +77,6 @@ RUN set -x \
77
--enable-libpulse \
78
# SSL/TLS support for HTTPS
79
--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 \
95
# Optimizations
96
--enable-small \
97
--enable-runtime-cpudetect \
0 commit comments