From 44491b087136864ded5e56598613c7cb0de9a841 Mon Sep 17 00:00:00 2001 From: elythh Date: Fri, 13 Dec 2024 15:28:42 +0100 Subject: [PATCH] fix(hls): set correct permissions to hls segments output folder --- scripts/transcoder/outputs/hls.liq | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/transcoder/outputs/hls.liq b/scripts/transcoder/outputs/hls.liq index e51fce0..0506239 100644 --- a/scripts/transcoder/outputs/hls.liq +++ b/scripts/transcoder/outputs/hls.liq @@ -130,7 +130,7 @@ def mk_hls_output(selected_formats, source) = output.file.hls( id="hls_#{radio_name}", on_file_change=on_file_change, - perm=422, + perm=0o644, persist_at=hls_state_path, playlist="#{radio_name}.m3u8", segment_duration=4.0,