fix: use different directory for temp files

pull/1/head
lambda 2 years ago
parent b1ba631be7
commit c1647f6488

@ -8,6 +8,7 @@ RUN echo "Europe/Moscow" > /etc/timezone
RUN mkdir -p /home/stream
RUN mkdir -p /home/stream/music
RUN mkdir -p /home/stream/hls
RUN mkdir -p /home/stream/tmp
RUN chown -R liquidsoap:liquidsoap /home/stream

@ -63,7 +63,8 @@ output.icecast(%mp3,
radio)
output.file.hls(
"/home/stream/tmp",
temp_dir="/home/stream/tmp"
"/home/stream/hls",
[
("hi", %mp3(bitrate=320)),
("mid", %mp3(bitrate=160)),