projects
/
music-assistant-server.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9eb2661
)
Fix missing protocols in ffmpeg build
author
Marcel van der Veldt
<m.vanderveldt@outlook.com>
Mon, 27 Oct 2025 19:20:12 +0000
(20:20 +0100)
committer
Marcel van der Veldt
<m.vanderveldt@outlook.com>
Mon, 27 Oct 2025 19:20:12 +0000
(20:20 +0100)
Dockerfile.base
patch
|
blob
|
history
diff --git
a/Dockerfile.base
b/Dockerfile.base
index a2c59c7967f092ccaa13347fc4a7f3a0d4e4e312..9fb46cd8de213670acda4f36b5c95a9753baa24f 100644
(file)
--- a/
Dockerfile.base
+++ b/
Dockerfile.base
@@
-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 \