From 1e60d900259bfac8a455574fd72d712777dd2447 Mon Sep 17 00:00:00 2001 From: Daniel Neto Date: Fri, 18 Jul 2025 18:03:02 -0300 Subject: [PATCH] Add directory for audio streaming in Dockerfile --- Dockerfile.live | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile.live b/Dockerfile.live index cdce11c09b..2d32517a93 100644 --- a/Dockerfile.live +++ b/Dockerfile.live @@ -65,6 +65,7 @@ RUN cd /usr/local/nginx/html && \ # wget https://raw.githubusercontent.com/WWBN/AVideo/master/plugin/Live/install/nginx.conf --no-check-certificate && \ mkdir /HLS && \ mkdir /HLS/live && \ + mkdir /HLS/audio && \ mkdir /HLS/low && \ mkdir /var/www/tmp/ && \ chmod 777 /var/www/tmp