mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-02 17:29:20 +02:00
Add directory for audio streaming in Dockerfile
This commit is contained in:
parent
d80771d827
commit
1e60d90025
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue