Add curl fallback for protected HLS segments

This commit is contained in:
Dymas
2026-09-07 21:10:46 +02:00
parent ebe749398c
commit 5f75fef4de
6 changed files with 111 additions and 5 deletions
+1
View File
@@ -13,6 +13,7 @@ RUN apt-get update \
&& apt-get install -y --no-install-recommends \
bash \
ca-certificates \
curl \
ffmpeg \
nodejs \
npm \